Fix authorised_value '0' problem with last commit on detail.pl
[koha_gimpoz] / catalogue / suggest.pl
index a62820c..b9373d5 100755 (executable)
@@ -26,7 +26,6 @@ use C4::Auth;
 use C4::Context;
 use C4::Auth;
 use C4::Output;
-use C4::Interface::CGI::Output;
 use C4::Biblio;
 use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
@@ -53,9 +52,6 @@ my ($template, $loggedinuser, $cookie)
                  debug => 1,
                  });
 $template->param("loop" => \@loop_suggests,
-        intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-        intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-        IntranetNav => C4::Context->preference("IntranetNav"),
         );
 
 output_html_with_http_headers $query, $cookie, $template->output;