Lines 1031-1036
sub checkauth {
Link Here
|
1031 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1031 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1032 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1032 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1033 |
persona => C4::Context->preference("Persona"), |
1033 |
persona => C4::Context->preference("Persona"), |
|
|
1034 |
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, |
1034 |
); |
1035 |
); |
1035 |
|
1036 |
|
1036 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1037 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1037 |
- |
|
|