https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168
--- Comment #28 from Owen Leonard <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
