View | Details | Raw Unified | Return to bug 7567
Collapse All | Expand All

(-)a/tools/koha-news.pl (-2 lines)
Lines 145-151 else { Link Here
145
        opac_news       => $opac_news,
145
        opac_news       => $opac_news,
146
        opac_news_count => $opac_news_count,
146
        opac_news_count => $opac_news_count,
147
		);
147
		);
148
    $template->param( $lang => 1 ) if $lang;
149
}
148
}
150
$template->param( lang => $lang );
149
$template->param( lang => $lang );
151
output_html_with_http_headers $cgi, $cookie, $template->output;
150
output_html_with_http_headers $cgi, $cookie, $template->output;
152
- 

Return to bug 7567