@@ -, +, @@ --- C4/Auth.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/C4/Auth.pm +++ a/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"), --