removing template->param already writed on Auth.pm
[koha.git] / admin / printers.pl
index 434d76d..dc19431 100755 (executable)
@@ -176,9 +176,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;