Bug 10632 - Enable datatables for courses and course details in the OPAC
[srvgit] / opac / opac-main.pl
index a58659c..5374f36 100755 (executable)
@@ -31,7 +31,7 @@ my $dbh   = C4::Context->dbh;
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "opac-main.tmpl",
+        template_name   => "opac-main.tt",
         type            => "opac",
         query           => $input,
         authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
@@ -44,7 +44,6 @@ $template->param(
     casAuthentication   => $casAuthentication,
 );
 
-
 # display news
 # use cookie setting for language, bug default to syspref if it's not set
 my ($theme, $news_lang, $availablethemes) = C4::Templates::themelanguage(C4::Context->config('opachtdocs'),'opac-main.tt','opac',$input);