module_template_system 5.x-1.6
crystaldawn - October 12, 2008 - 03:26
| Download | Size | md5 hash |
|---|---|---|
| module_template_system-5.x-1.6.tar.gz | 7.36 KB | d8829e978db3fb5b87f2ead312029afa |
Official release from CVS tag: DRUPAL-5--1-6
Last updated: October 12, 2008 - 03:30
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.
