2010-02-28, 01:46 AM
Just updated this plugin with the ability to call templates easily from within templates, eg <template my_custom_template>. Useful if you have common code you wish to share between multiple templates.
Do note that it's rather basic, so no pre-caching of templates is done. This shouldn't be an issue if you're only calling one or two templates, but do take note if you're calling a lot of different templates. Also, it doesn't do any recursion checking, so don't get a template to call itself, or get it caught in a cycle of template calls.
Do note that it's rather basic, so no pre-caching of templates is done. This shouldn't be an issue if you're only calling one or two templates, but do take note if you're calling a lot of different templates. Also, it doesn't do any recursion checking, so don't get a template to call itself, or get it caught in a cycle of template calls.