removing template->param already writed on Auth.pm
authortoins <toins>
Mon, 11 Jun 2007 15:19:46 +0000 (15:19 +0000)
committertoins <toins>
Mon, 11 Jun 2007 15:19:46 +0000 (15:19 +0000)
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;