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

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

Return to bug 21266