}
$template->param(
$lang => 1,
opac_news => $opac_news,
opac_news_count => $opac_news_count,
);
$template->param( $lang => 1 ) if $lang;
output_html_with_http_headers $cgi, $cookie, $template->output;
-