Alan Laas
2010-07-02 15:52:10 UTC
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>
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>