Head & rel_2_2 merged
[koha.git] / admin / printers.pl
index 1ea86cb..9ef1d0e 100755 (executable)
@@ -181,6 +181,9 @@ 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;