Rest of the fix for 1402
[koha_gimpoz] / circ / bookcount.pl
index 65e5f5c..6894f8b 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/perl
 
-# $Id$
 
 #written 7/3/2002 by Finlay
 #script to display reports
@@ -93,10 +92,6 @@ $template->param(
     lastdate                => format_date($lastdate),
     count                   => $count,
     branchloop              => \@branchloop,
-    intranetcolorstylesheet =>
-      C4::Context->preference("intranetcolorstylesheet"),
-    intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-    IntranetNav        => C4::Context->preference("IntranetNav"),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;