From f3a6e1ce5a3b4ddfa6723d73875564f7e3a4a235 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 5 Oct 2007 02:50:04 -0500 Subject: [PATCH] (minor) removing useless template params Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- labels/label-home.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/labels/label-home.pl b/labels/label-home.pl index 844cc4f4a1..e75b611f02 100755 --- a/labels/label-home.pl +++ b/labels/label-home.pl @@ -86,10 +86,6 @@ batches => \@batches, startlabel => $data->{'startlabel'}, fontsize => $active_template->{'fontsize'}, - intranetcolorstylesheet => - C4::Context->preference("intranetcolorstylesheet"), - intranetstylesheet => C4::Context->preference("intranetstylesheet"), - IntranetNav => C4::Context->preference("IntranetNav"), ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.20.1