Lines 992-997
sub checkauth {
Link Here
|
992 |
wrongip => $info{'wrongip'}, |
992 |
wrongip => $info{'wrongip'}, |
993 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
993 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
994 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
994 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
|
|
995 |
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, |
995 |
); |
996 |
); |
996 |
|
997 |
|
997 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
998 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
998 |
- |
|
|