http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13170
--- Comment #10 from Frédéric Demians <[email protected]> --- > It should fall back to whateverr OPACFallback is set to. Currently thats > bootstrap, but we dont want to be in this same position when we change > default theme again sometime in the future of having hardcoded theme names. Sorry. I wasn't even aware of this syspref. > Something like that, a single place where we pick the theme and language > seems to be a lot less error prone and easier to maintain. Will try. Thanks. > Hmm nope, still not the same behaviour > > in themelanguage we do > > my $fallback_syspref = ($interface eq 'intranet') ? 'template' : > 'OPACFallback'; > C4::Context->preference( $fallback_syspref ) I couldn't agree with you more. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
