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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 495-500 sub get_template_and_user { Link Here
495
            OpacNavRight                          => "" . C4::Context->preference("OpacNavRight"),
495
            OpacNavRight                          => "" . C4::Context->preference("OpacNavRight"),
496
            OpacNavBottom                         => "" . C4::Context->preference("OpacNavBottom"),
496
            OpacNavBottom                         => "" . C4::Context->preference("OpacNavBottom"),
497
            OpacPasswordChange                    => C4::Context->preference("OpacPasswordChange"),
497
            OpacPasswordChange                    => C4::Context->preference("OpacPasswordChange"),
498
            OPACPasswordStrength                  => C4::Context->preference("OPACPasswordStrength"),
498
            OPACPatronDetails                     => C4::Context->preference("OPACPatronDetails"),
499
            OPACPatronDetails                     => C4::Context->preference("OPACPatronDetails"),
499
            OPACPrivacy                           => C4::Context->preference("OPACPrivacy"),
500
            OPACPrivacy                           => C4::Context->preference("OPACPrivacy"),
500
            OPACFinesTab                          => C4::Context->preference("OPACFinesTab"),
501
            OPACFinesTab                          => C4::Context->preference("OPACFinesTab"),
501
- 

Return to bug 13664