Lines 66-71
$template->param(
Link Here
|
66 |
display_daily_quote => C4::Context->preference('QuoteOfTheDay'), |
66 |
display_daily_quote => C4::Context->preference('QuoteOfTheDay'), |
67 |
daily_quote => $quote, |
67 |
daily_quote => $quote, |
68 |
branches => &GetBranchesLoop($homebranch), |
68 |
branches => &GetBranchesLoop($homebranch), |
|
|
69 |
current_branch => $homebranch, |
69 |
); |
70 |
); |
70 |
|
71 |
|
71 |
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens |
72 |
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens |
72 |
- |
|
|