Lines 995-1000
sub checkauth {
Link Here
|
995 |
IndependantBranches=> C4::Context->preference("IndependantBranches"), |
995 |
IndependantBranches=> C4::Context->preference("IndependantBranches"), |
996 |
AutoLocation => C4::Context->preference("AutoLocation"), |
996 |
AutoLocation => C4::Context->preference("AutoLocation"), |
997 |
wrongip => $info{'wrongip'}, |
997 |
wrongip => $info{'wrongip'}, |
|
|
998 |
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, |
998 |
); |
999 |
); |
999 |
|
1000 |
|
1000 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1001 |
$template->param( OpacPublic => C4::Context->preference("OpacPublic")); |
1001 |
- |
|
|