@@ -, +, @@ - OpacFavicon - OPACUserCSS --- C4/Auth.pm | 2 -- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -1237,8 +1237,6 @@ sub checkauth { my $template_name = ( $type eq 'opac' ) ? 'opac-auth.tt' : 'auth.tt'; my $template = C4::Templates::gettemplate( $template_name, $type, $query ); $template->param( - OpacAdditionalStylesheet => C4::Context->preference("OpacAdditionalStylesheet"), - opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"), login => 1, INPUTS => \@inputs, script_name => get_script_name(), --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt @@ -1,15 +1,16 @@ [% USE raw %] +[% USE Koha %] [% USE Asset %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] › Self checkout help - + [% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %] [% Asset.css("lib/jquery/jquery-ui.css") | $raw %] [% Asset.css("css/sco.css") | $raw %] -[% IF ( OPACUserCSS ) %][% END %] +[% IF ( Koha.Preference('OPACUserCSS') ) %][% END %] [% IF ( SCOUserCSS ) %][% END %]