Bug 24387: Fix one remaining occurrence of KohaNews
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Aug 2021 11:54:46 +0000 (13:54 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Aug 2021 13:18:10 +0000 (15:18 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt

index ca8e3feb75a6cfc71af9ecdef895a98d63cab5aa..f33c470e87e60ee3c8348f24f3614bc2e34905e8 100644 (file)
@@ -1,7 +1,7 @@
 [% USE Koha %]
 [% USE Branches %]
 [% USE ItemTypes %]
-[% USE KohaNews %]
+[% USE AdditionalContents %]
 [% USE raw %]
 [% INCLUDE 'doc-head-open.inc' %]
 
@@ -13,7 +13,7 @@
 [% INCLUDE 'bodytag.inc' bodyid='opac-request-article' %]
 [% INCLUDE 'masthead.inc' %]
 
-[% SET disclaimer = KohaNews.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => Branches.GetLoggedInBranchcode ) %]
+[% SET disclaimer = AdditionalContents.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => Branches.GetLoggedInBranchcode ) %]
 
 <div class="main">
     <nav aria-label="breadcrumb">