From 220f31105e545abbede3c0e6fdfe2caf4c011077 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 0c57a3f..b674ef5 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -992,6 +992,7 @@ sub checkauth { wrongip => $info{'wrongip'}, PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), + opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, ); $template->param( OpacPublic => C4::Context->preference("OpacPublic")); -- 1.7.2.5