Head & rel_2_2 merged
[koha.git] / admin / categoryitem.pl
index a1e40b7..e99f057 100644 (file)
@@ -193,7 +193,10 @@ 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;