module_template_system 5.x-1.6

Bug fixes

Fixed a bug where you could only add 1 template per page. I was using require_once when including the template content and it should be include instead since that template might be called multiple times on each page load. Duh.

module_template_system 5.x-1.5

Bug fixes

Fixed a bug where you could only add 1 template per page. I was using require_once when including the template content and it should be include instead since that template might be called multiple times on each page load. Duh.

module_template_system 5.x-1.4

Added a new path function, condensed some code and added some error messages to help in debugging.

Subscribe with RSS Subscribe to Releases for Module Template System