HTML::Template => HTML::Template::Pro
[koha.git] / labels / label-home.pl
index 844cc4f..9c69367 100755 (executable)
@@ -7,7 +7,7 @@ use C4::Output;
 use C4::Labels;
 use C4::Output;
 use C4::Context;
-use HTML::Template;
+use HTML::Template::Pro;
 
 # use Smart::Comments;
 
@@ -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;