@@ -, +, @@ --- Koha/Template/Plugin/KohaNews.pm | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) --- a/Koha/Template/Plugin/KohaNews.pm +++ a/Koha/Template/Plugin/KohaNews.pm @@ -43,7 +43,7 @@ sub get { }); - if( $content ){ + if( $content->count ){ return { content => $content, location => $display_location, --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt @@ -20,8 +20,6 @@ (There was a problem checking in this item, please see library staff for assistance) [% END %] [% END %] -[% PROCESS 'html_helpers.inc' %] -[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] [% INCLUDE 'doc-head-open.inc' %] [% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] › Self check-in --