Head & rel_2_2 merged
[koha.git] / admin / itemtypes.pl
index bd2b602..cbc34e3 100755 (executable)
@@ -250,6 +250,10 @@ UPDATE itemtypes
         )
     );
 } #---- 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;
 
 # Local Variables: