Bug 24387: Fix one remaining occurrence of KohaNews

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-08-16 13:54:46 +02:00
parent 29b79ce9c7
commit f293d911e0

View 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">