From c369dbd765093a7b35e5b1a499e143a099188a93 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 24 Sep 2021 20:38:46 -1000 Subject: [PATCH] Bug 24223: (follow-up) Do not add id 'opacnav' in navigation.inc Id attribut will be defined by 'koha_news_block'. Signed-off-by: Owen Leonard --- koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc index 86e1f677f1..8672c095ea 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc @@ -1,9 +1,7 @@ [% USE raw %] [% IF ( OpacNav ) %] -
- [% PROCESS koha_news_block news => OpacNav %] -
+ [% PROCESS koha_news_block news => OpacNav %] [% END %] [% IF IsPatronPage %] -- 2.20.1