From efddc8580ca1eee6ecf75f898c153a90b407f602 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 19 Feb 2013 11:41:59 -0500 Subject: [PATCH] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches --- C4/Auth.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 6a0e384..98cb856 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -995,6 +995,7 @@ sub checkauth { IndependantBranches=> C4::Context->preference("IndependantBranches"), AutoLocation => C4::Context->preference("AutoLocation"), wrongip => $info{'wrongip'}, + opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, ); $template->param( OpacPublic => C4::Context->preference("OpacPublic")); -- 1.7.2.5