kohabug 2456 Moving certain C4::VirtualShelves.pm subs from EXPORT
[koha_fer] / opac / opac-showreviews.pl
index b636acc..e9ce121 100755 (executable)
@@ -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;