Head & rel_2_2 merged
[koha.git] / admin / issuingrules.pl
index 1bae83e..d8d7eaf 100755 (executable)
@@ -186,5 +186,9 @@ $sth->finish;
 $template->param(title => \@title_loop,
                                                row => \@row_loop,
                                                branchloop => \@branchloop,
-                                               branch => $branch);
+                                               branch => $branch,
+                                               intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
+               intranetstylesheet => C4::Context->preference("intranetstylesheet"),
+               IntranetNav => C4::Context->preference("IntranetNav"),
+                                               );
 output_html_with_http_headers $input, $cookie, $template->output;