Browse Source

removing template->param already writed on Auth.pm

3.0.x
toins 17 years ago
parent
commit
371fc016e9
  1. 5
      admin/printers.pl

5
admin/printers.pl

@ -176,9 +176,6 @@ if ($op eq 'add_form') {
} }
} #---- END $OP eq DEFAULT } #---- 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; output_html_with_http_headers $input, $cookie, $template->output;

Loading…
Cancel
Save