From 140bb40f063a5e0fe2668d463a93a275a7ea4310 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Mar 2011 12:51:19 -0400 Subject: [PATCH] Fix for Bug 5833, opacstylesheet not loading on all pages Content-Type: text/plain; charset="utf-8" --- C4/Auth.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 5f28d5c..2c6809b 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"), -- 1.7.3