|
Lines 467-473
sub get_template_and_user {
Link Here
|
| 467 |
OpacCloud => C4::Context->preference("OpacCloud"), |
467 |
OpacCloud => C4::Context->preference("OpacCloud"), |
| 468 |
OpacKohaUrl => C4::Context->preference("OpacKohaUrl"), |
468 |
OpacKohaUrl => C4::Context->preference("OpacKohaUrl"), |
| 469 |
OpacMainUserBlock => "" . C4::Context->preference("OpacMainUserBlock"), |
469 |
OpacMainUserBlock => "" . C4::Context->preference("OpacMainUserBlock"), |
| 470 |
OpacMainUserBlockMobile => "" . C4::Context->preference("OpacMainUserBlockMobile"), |
|
|
| 471 |
OpacNav => "" . C4::Context->preference("OpacNav"), |
470 |
OpacNav => "" . C4::Context->preference("OpacNav"), |
| 472 |
OpacNavRight => "" . C4::Context->preference("OpacNavRight"), |
471 |
OpacNavRight => "" . C4::Context->preference("OpacNavRight"), |
| 473 |
OpacNavBottom => "" . C4::Context->preference("OpacNavBottom"), |
472 |
OpacNavBottom => "" . C4::Context->preference("OpacNavBottom"), |
| 474 |
- |
|
|