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

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

Return to bug 13664