http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8622 Priority: P3 Change sponsored?: --- Bug ID: 8622 Assignee: jcamins@cpbibliography.com Summary: Koha themes broken Severity: normal Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: Templates Product: Koha Due to regressions in the codebase, Koha's built in theming support (e.g. prog) no longer functions properly: all of prog must be duplicated even for a relatively small change due to errors in fallback for TT includes and XSLT files. Moreover, in places where fallback *was* working, incorrect CSS, javascript, and image files were being displayed because [% themelang %] in the templates was being set to the fallback theme/language, rather than the current theme/language. CSS, Koha-specific javascript, and image files should always be pulled from the preferred theme, never from the fallback theme. -- You are receiving this mail because: You are watching all bug changes.