Needs review
Project:
Smarty theme engine
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2006 at 05:29 UTC
Updated:
12 Jan 2007 at 21:45 UTC
For some reason Smarty doesn't allow "-" in template filenames, so e.g. node-story.tpl won't work.
My patch just changes "node-" prefix to "node_".
| Comment | File | Size | Author |
|---|---|---|---|
| smarty_node_types.patch.txt | 622 bytes | recidive |
Comments
Comment #1
markdingemanse commentedAh, so that was the problem I ran into (I worked around it by intercepting the output of certain boxes and nodes in smartytemplate.php). I'd say that's a pretty major issue.