From 01c1cf5f21efcb0b5246b777a83ae84a2882f989 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 10 Jun 2016 16:48:35 +0200 Subject: [PATCH] Bug 16709: Followup of bug 11038 for 3.20.x only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Demians Good catch, bad bug --- C4/Auth.pm | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index b52b55c..59366f1 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1225,7 +1225,7 @@ sub checkauth { IntranetNav => C4::Context->preference("IntranetNav"), IntranetFavicon => C4::Context->preference("IntranetFavicon"), intranetuserjs => C4::Context->preference("intranetuserjs"), - IntranetUserJS => C4::Context->preference("IntranetUserJS"), + IntranetUserCSS => C4::Context->preference("IntranetUserCSS"), IndependentBranches => C4::Context->preference("IndependentBranches"), AutoLocation => C4::Context->preference("AutoLocation"), wrongip => $info{'wrongip'}, diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index 88f1de1..56c7cac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -21,7 +21,6 @@ [% IF ( bidi ) %] [% END %] -[% IF ( IntranetUserCSS ) %][% END %] -- 2.8.0