On 2/21/07, Robert Hicks <si...@gm...> wrote:
>
> It isn't readily apparent from the pod but can you have more than one
> <TMPL_ELSE> clause?
If they're nested:
<TMPL_IF blahblah>
first case
<TMPL_ELSE>
<TMPL_IF yadayada>
second case
<TMPL_ELSE>
third case
</TMPL_IF>
</TMPL_IF>
The TMPL_ELSE isn't an ELSIF, if that's what you're asking.
|