module_template_system 5.x-1.5
crystaldawn - October 12, 2008 - 03:24
| Download | Size | md5 hash |
|---|---|---|
| module_template_system-5.x-1.5.tar.gz | 7.38 KB | e961c044f45dceac458ab6e65800e4f4 |
Official release from CVS tag: DRUPAL-5--1-5
Last updated: October 12, 2008 - 03:25
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.
