From 371fc016e9803a36c5c40cf3d3cfd851bd46397e Mon Sep 17 00:00:00 2001 From: toins Date: Mon, 11 Jun 2007 15:19:46 +0000 Subject: [PATCH] removing template->param already writed on Auth.pm --- admin/printers.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/admin/printers.pl b/admin/printers.pl index 434d76d824..dc19431bd6 100755 --- a/admin/printers.pl +++ b/admin/printers.pl @@ -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; -- 2.39.5