Fix for Bug 5833, opacstylesheet not loading on all pages
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
aef8358cf2
commit
b5a050d759
1 changed files with 1 additions and 0 deletions
|
@ -937,6 +937,7 @@ sub checkauth {
|
||||||
opacheader => C4::Context->preference("opacheader"),
|
opacheader => C4::Context->preference("opacheader"),
|
||||||
TagsEnabled => C4::Context->preference("TagsEnabled"),
|
TagsEnabled => C4::Context->preference("TagsEnabled"),
|
||||||
OPACUserCSS => C4::Context->preference("OPACUserCSS"),
|
OPACUserCSS => C4::Context->preference("OPACUserCSS"),
|
||||||
|
opacstylesheet => C4::Context->preference("opacstylesheet"),
|
||||||
intranetcolorstylesheet =>
|
intranetcolorstylesheet =>
|
||||||
C4::Context->preference("intranetcolorstylesheet"),
|
C4::Context->preference("intranetcolorstylesheet"),
|
||||||
intranetstylesheet => C4::Context->preference("intranetstylesheet"),
|
intranetstylesheet => C4::Context->preference("intranetstylesheet"),
|
||||||
|
|
Loading…
Reference in a new issue