Lines 1024-1029
sub checkauth {
Link Here
|
1024 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1024 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1025 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1025 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1026 |
persona => C4::Context->preference("Persona"), |
1026 |
persona => C4::Context->preference("Persona"), |
|
|
1027 |
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, |
1027 |
); |
1028 |
); |
1028 |
|
1029 |
|
1029 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1030 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1030 |
- |
|
|