Minor bug fix : all Branches option was not translatable
[koha_fer] / labels / label-home.pl
index cfdcec3..e75b611 100755 (executable)
@@ -9,7 +9,7 @@ use C4::Output;
 use C4::Context;
 use HTML::Template;
 
-use Smart::Comments;
+use Smart::Comments;
 
 my $query = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
@@ -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;