Re: [htmltmpl] ELSE clause
Brought to you by:
samtregar
From: Karen <kar...@gm...> - 2007-02-21 20:57:16
|
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. |