Bug 10632 - Enable datatables for courses and course details in the OPAC
[srvgit] / opac / opac-shelves.pl
index e17e95f..0cdd0c4 100755 (executable)
@@ -26,7 +26,7 @@ use C4::Auth;
 my $query = CGI->new();
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user({
-        template_name   => "opac-shelves.tmpl",
+        template_name   => "opac-shelves.tt",
         query           => $query,
         type            => "opac",
         authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),