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

(-)a/tools/koha-news.pl (-2 / +1 lines)
Lines 113-121 else { Link Here
113
    }
113
    }
114
    
114
    
115
    $template->param(
115
    $template->param(
116
        $lang           => 1,
117
        opac_news       => $opac_news,
116
        opac_news       => $opac_news,
118
        opac_news_count => $opac_news_count,
117
        opac_news_count => $opac_news_count,
119
		);
118
		);
119
    $template->param( $lang => 1 ) if $lang;
120
}
120
}
121
output_html_with_http_headers $cgi, $cookie, $template->output;
121
output_html_with_http_headers $cgi, $cookie, $template->output;
122
- 

Return to bug 7567