(minor) removing useless template params
authorpaul <paul@localhost.(none)>
Fri, 5 Oct 2007 07:50:04 +0000 (02:50 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 6 Oct 2007 00:28:26 +0000 (19:28 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
labels/label-home.pl

index 844cc4f..e75b611 100755 (executable)
@@ -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;