Bug 2400 [10/18]: fixing pod syntax in C4/ImportBatch.pm
[koha_fer] / opac / opac-main.pl
index d72e55b..1bce420 100755 (executable)
@@ -56,8 +56,4 @@ $template->param(
     koha_news_count => $koha_news_count
 );
 
-$template->param(
-    'Disable_Dictionary' => C4::Context->preference("Disable_Dictionary") )
-  if ( C4::Context->preference("Disable_Dictionary") );
-
 output_html_with_http_headers $input, $cookie, $template->output;