|
Lines 1068-1075
sub checkauth {
Link Here
|
| 1068 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1068 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
| 1069 |
persona => C4::Context->preference("Persona"), |
1069 |
persona => C4::Context->preference("Persona"), |
| 1070 |
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, |
1070 |
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, |
| 1071 |
OpacResetPassword => C4::Context->preference("OpacResetPassword"), |
|
|
| 1072 |
OpacPasswordChange => C4::Context->preference("OpacPasswordChange"), |
| 1073 |
); |
1071 |
); |
| 1074 |
|
1072 |
|
| 1075 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1073 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |