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