BUGFIXING mail alert on issue arrival
[koha_gimpoz] / suggestion / acceptorreject.pl
index ed7aee9..704f2c5 100755 (executable)
@@ -148,9 +148,6 @@ foreach my $suggestion (@$suggestions) {
 $template->param(
     suggestions_loop        => \@suggestions_loop,
     "op_$op"                => 1,
-    intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-    intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-    IntranetNav        => C4::Context->preference("IntranetNav"),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;