http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13631
--- Comment #2 from David Cook <[email protected]> --- So I'm working on using Template Toolkit BLOCKs instead of using the database for storing these description strings. Ideally, it would be nice to store these in a separate file, but it looks like you can't process blocks from an external file without using the EXPOSE_BLOCKS => 1 option in the Template->new() constructor. So for now I guess I'll just keep the BLOCKs in member-flags.tt. -- You are receiving this mail because: You are the assignee for the bug. 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/
