View | Details | Raw Unified | Return to bug 21266
Collapse All | Expand All

(-)a/opac/sco/help.pl (-6 lines)
Lines 58-67 if (C4::Context->preference('SelfCheckHelpMessage')) { Link Here
58
    $template->param(SelfCheckHelpMessage => C4::Context->preference('SelfCheckHelpMessage'));
58
    $template->param(SelfCheckHelpMessage => C4::Context->preference('SelfCheckHelpMessage'));
59
}
59
}
60
60
61
$template->param(
62
    SCOUserJS  => C4::Context->preference('SCOUserJS'),
63
    SCOUserCSS => C4::Context->preference('SCOUserCSS'),
64
);
65
66
output_html_with_http_headers $query, $cookie, $template->output;
61
output_html_with_http_headers $query, $cookie, $template->output;
67
62
68
- 

Return to bug 21266