http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4048
--- Comment #11 from Julian Maurice <julian.maur...@biblibre.com> --- Created attachment 9589 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9589&action=edit follow-up: changes for all .tt and .inc files This patch make all necessary changes in .tt and .inc files. (intranet interface only since Owen's patch moves only intranet files) Files have been modified using this command: git grep -l themelang | grep -v 'opac-tmpl' | grep '(\.inc|\.tt)$' | tr '\n' ' ' | xargs sed -i 's/\[% themelang %\]/[% interface %]\/[% theme %]/g' I checked all modifications manually and replaced [% interface %]/[% theme %] by [% themelang %] where needed. You can test by removing completely koha-tmpl/intranet-tmpl/prog/en/(lib|css|js) repertories and display any page in staff interface -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/