[htmltmpl] TMPL_IF and OR
Brought to you by:
samtregar
From: Thomas G. <gi...@gm...> - 2005-01-14 20:35:10
|
Hi, I'm new to this list and couldn't find anything comparable to this in the archives: I have a feature request. Could something like this be possible: <TMPL_IF NAME=FOO>foo</TMPL_IF> <TMPL_IF NAME=FOO OR NAME=BAR>foo or bar</TMPL_IF> <TMPL_IF NAME=BAR>bar</TMPL_IF> Wouldn't that be nice? Cheers, Tom -- Mosher's Law of Software Engineering: Don't worry if it doesn't work right. If everything did, you'd be out of a job. |