removing useless code
[koha_fer] / members / members-home.pl
index a029ffa..a5f6c8e 100755 (executable)
@@ -47,8 +47,4 @@ if($quicksearch){
                  });
 }
 
-$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-        intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-        IntranetNav => C4::Context->preference("IntranetNav"),
-        );
 output_html_with_http_headers $query, $cookie, $template->output;