From b5a050d759b08027b210106e90d5714eb02b9032 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 26 Mar 2011 11:08:43 -0400 Subject: [PATCH] Fix for Bug 5833, opacstylesheet not loading on all pages Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index 5f28d5c881..2c6809b993 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -937,6 +937,7 @@ sub checkauth { opacheader => C4::Context->preference("opacheader"), TagsEnabled => C4::Context->preference("TagsEnabled"), OPACUserCSS => C4::Context->preference("OPACUserCSS"), + opacstylesheet => C4::Context->preference("opacstylesheet"), intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), intranetstylesheet => C4::Context->preference("intranetstylesheet"), -- 2.39.2