[htmltmpl] Suggested Addition
Brought to you by:
samtregar
From: Alan L. <al...@vi...> - 2010-07-02 16:54:42
|
One thing that would be nice to have is a <TMPL_ELSIF> tag. I know you can accomplish the same thing with something like this but it just gets cumbersome to nest them if you have a long string: <TMPL_IF> <TMPL_ELSE> <TMPL_IF> <TMPL_ELSE> </TMPL_IF> </TMPL_IF> |