Posted by crystaldawn on October 12, 2008 at 3:26am
| Download | Size | md5 hash |
|---|---|---|
| module_template_system-5.x-1.6.tar.gz | 7.36 KB | d8829e978db3fb5b87f2ead312029afa |
| module_template_system-5.x-1.6.zip | 8.02 KB | 659c60bcbef1e7c668113132a91cc2aa |
Last updated: December 24, 2010 - 23:23
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.