Authority frameworks were not editable
[koha.git] / catalogue / suggest.pl
index a62820c..9463f85 100755 (executable)
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-require Exporter;
+
 use CGI;
 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;