@@ -, +, @@ /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc @@ -9,7 +9,7 @@ [% END %] [% BLOCK koha_news_block %] - [% IF ( news.content.count > 0 ) %] + [% IF ( news.content && news.content.count > 0 ) %]
[% FOREACH n IN news.content %]
--