|
Lines 421-427
sub get_template_and_user {
Link Here
|
| 421 |
LibraryNameTitle => "" . $LibraryNameTitle, |
421 |
LibraryNameTitle => "" . $LibraryNameTitle, |
| 422 |
LoginBranchname => C4::Context->userenv?C4::Context->userenv->{"branchname"}:"", |
422 |
LoginBranchname => C4::Context->userenv?C4::Context->userenv->{"branchname"}:"", |
| 423 |
OPACAmazonCoverImages => C4::Context->preference("OPACAmazonCoverImages"), |
423 |
OPACAmazonCoverImages => C4::Context->preference("OPACAmazonCoverImages"), |
| 424 |
NoLoginInstructions => C4::Context->preference("NoLoginInstructions"), |
|
|
| 425 |
OPACFRBRizeEditions => C4::Context->preference("OPACFRBRizeEditions"), |
424 |
OPACFRBRizeEditions => C4::Context->preference("OPACFRBRizeEditions"), |
| 426 |
OpacHighlightedWords => C4::Context->preference("OpacHighlightedWords"), |
425 |
OpacHighlightedWords => C4::Context->preference("OpacHighlightedWords"), |
| 427 |
OPACItemHolds => C4::Context->preference("OPACItemHolds"), |
426 |
OPACItemHolds => C4::Context->preference("OPACItemHolds"), |