7 Sep
2020
7 Sep
'20
8:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168 --- Comment #28 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Owen Leonard from comment #27)
[% IF ( Koha.Preference('opaclayoutstylesheet') !== "opac.css" ) %]
More accurately: [% IF ( Koha.Preference('opaclayoutstylesheet') && Koha.Preference('opaclayoutstylesheet') != "opac.css" ) %] The only reason I bring up the idea of changing the default value of opaclayoutstylesheet is because I don't understand why we set it. -- You are receiving this mail because: You are watching all bug changes.