Posted by crystaldawn on October 12, 2008 at 3:24am
| Download | Size | md5 hash |
|---|---|---|
| module_template_system-5.x-1.5.tar.gz | 7.38 KB | e961c044f45dceac458ab6e65800e4f4 |
| module_template_system-5.x-1.5.zip | 8.04 KB | 40a33c03474e3f9f348323730117934b |
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.