kohabug 2456 Moving certain C4::VirtualShelves.pm subs from EXPORT
[koha_fer] / opac / opac-showreviews.pl
index 8e75ed0..e9ce121 100755 (executable)
@@ -20,7 +20,7 @@ require Exporter;
 use CGI;
 use C4::Auth;
 use C4::Koha;
-use C4::Interface::CGI::Output;
+use C4::Output;
 use C4::Circulation;
 use C4::Review;
 use C4::Biblio;
@@ -43,9 +43,6 @@ my $reviews = getreviews( $biblionumber, 1 );
 $template->param(
     reviews => $reviews,
     title   => $biblio->{'title'},
-    OpacCloud            => C4::Context->preference("OpacCloud"),
-    OpacTopissue         => C4::Context->preference("OpacTopissue"),
-    OpacAuthorities      => C4::Context->preference("OpacAuthorities"),
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;