|
Lines 59-64
my $quote = GetDailyQuote(); # other options are to pass in an exact quote id
Link Here
|
| 59 |
$template->param( |
59 |
$template->param( |
| 60 |
koha_news => $all_koha_news, |
60 |
koha_news => $all_koha_news, |
| 61 |
koha_news_count => $koha_news_count, |
61 |
koha_news_count => $koha_news_count, |
|
|
62 |
branchcode => $homebranch, |
| 62 |
display_daily_quote => C4::Context->preference('QuoteOfTheDay'), |
63 |
display_daily_quote => C4::Context->preference('QuoteOfTheDay'), |
| 63 |
daily_quote => $quote, |
64 |
daily_quote => $quote, |
| 64 |
); |
65 |
); |
| 65 |
- |
|
|