View | Details | Raw Unified | Return to bug 8753
Collapse All | Expand All

(-)a/C4/Auth.pm (-2 lines)
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"));
(-)a/opac/opac-main.pl (-2 lines)
Lines 58-64 $template->param( Link Here
58
    koha_news_count     => $koha_news_count,
58
    koha_news_count     => $koha_news_count,
59
    display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
59
    display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
60
    daily_quote         => $quote,
60
    daily_quote         => $quote,
61
    OpacResetPassword   => C4::Context->preference('OpacResetPassword'),
62
);
61
);
63
62
64
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens
63
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens
65
- 

Return to bug 8753