New framework handling. New koha_attr table for mapping MARC to koha
[koha.git] / admin / printers.pl
index 9ef1d0e..2c93cb1 100755 (executable)
@@ -42,7 +42,6 @@ use CGI;
 use C4::Context;
 use C4::Output;
 use C4::Search;
-use HTML::Template;
 use C4::Auth;
 use C4::Interface::CGI::Output;
 
@@ -181,9 +180,6 @@ if ($op eq 'add_form') {
        }
 
 } #---- END $OP eq DEFAULT
-$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-               intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-               IntranetNav => C4::Context->preference("IntranetNav"),
-               );
+
 output_html_with_http_headers $input, $cookie, $template->output;