Lines 370-375
sub get_template_and_user {
Link Here
|
370 |
noItemTypeImages => C4::Context->preference("noItemTypeImages"), |
370 |
noItemTypeImages => C4::Context->preference("noItemTypeImages"), |
371 |
marcflavour => C4::Context->preference("marcflavour"), |
371 |
marcflavour => C4::Context->preference("marcflavour"), |
372 |
persona => C4::Context->preference("persona"), |
372 |
persona => C4::Context->preference("persona"), |
|
|
373 |
Logger => C4::Context->logger(), |
373 |
); |
374 |
); |
374 |
if ( $in->{'type'} eq "intranet" ) { |
375 |
if ( $in->{'type'} eq "intranet" ) { |
375 |
$template->param( |
376 |
$template->param( |
Lines 402-408
sub get_template_and_user {
Link Here
|
402 |
AllowMultipleCovers => C4::Context->preference('AllowMultipleCovers'), |
403 |
AllowMultipleCovers => C4::Context->preference('AllowMultipleCovers'), |
403 |
EnableBorrowerFiles => C4::Context->preference('EnableBorrowerFiles'), |
404 |
EnableBorrowerFiles => C4::Context->preference('EnableBorrowerFiles'), |
404 |
UseKohaPlugins => C4::Context->preference('UseKohaPlugins'), |
405 |
UseKohaPlugins => C4::Context->preference('UseKohaPlugins'), |
405 |
UseCourseReserves => C4::Context->preference("UseCourseReserves"), |
|
|
406 |
LogToHtmlComments => C4::Context->preference('LogToHtmlComments'), |
406 |
LogToHtmlComments => C4::Context->preference('LogToHtmlComments'), |
407 |
Logger => C4::Context->logger(), |
407 |
Logger => C4::Context->logger(), |
408 |
); |
408 |
); |