https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23237
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|The new feature allows |The new feature allows release notes|plugin authors to use |plugin authors to use |template `[% INCLUDE %]` |template `[% INCLUDE %]` |directives in their |directives in their |templates. It does so by |templates. It does so by |introducing a new variable, |introducing a new variable, |`PLUGIN_DIR`, allowing the |`PLUGIN_DIR`, allowing the |template engine to locate |template engine to locate |the includes. |the includes. | | |**Usage**: |**Usage**: |`[% INCLUDE |`[% INCLUDE |"$PLUGIN_DIR/header.tt" %]` |"$PLUGIN_DIR/header.tt" %]` | | | |**Warning**: Care should | |be taken when installing | |any plugins and only | |plugins you trust should be | |used. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
