3 Aug
2014
3 Aug
'14
2:52 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12539 --- Comment #7 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 30516 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30516&action=edit Bug 12539: Follow up to fix fallback theme The is a problem in the logic, fallback must be: 1. Requested (theme, lang, tmpl) a. return (theme, lang, tmpl), if not b. return (fallback, lang, tmpl), if not c. return (theme, 'en', tmpl), if not as last resort d. return (fallback, 'en', tmpl) Previous patch missed option 'c', worked for CCSR but not bootstrap, sorry. -- You are receiving this mail because: You are watching all bug changes.