X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fsco%2Fhelp.pl;h=abcb396657e52fab5db7b24438bde698228f581d;hb=6bae88f43d1d88c9568a94fb407541111f098415;hp=b3f43983d5a23ac6aa1c5d1ee47be45043f2f1a3;hpb=d97d8ee1ce230b76a71dc5ad1154b78cb73d9dee;p=koha-ffzg.git diff --git a/opac/sco/help.pl b/opac/sco/help.pl index b3f43983d5..abcb396657 100755 --- a/opac/sco/help.pl +++ b/opac/sco/help.pl @@ -52,5 +52,10 @@ if (C4::Context->preference('SelfCheckHelpMessage')) { $template->param(SelfCheckHelpMessage => C4::Context->preference('SelfCheckHelpMessage')); } +$template->param( + SCOUserJS => C4::Context->preference('SCOUserJS'), + SCOUserCSS => C4::Context->preference('SCOUserCSS'), +); + output_html_with_http_headers $query, $cookie, $template->output;