After a TMPL_LOOP, I would like to only display once if NAME is true. Instead, display is multiple due to every occurrence it finds to be TRUE in the LOOP. How do I get around this...? I only want to display once if found.
Example:<TMPL_LOOP NAME"CATEGORIES"> <TMPL_IF NAME="HIGH PRIORITY">DISPLAY 'HIGH' </TMPL_IF> </TMPL_LOOP>
This will display 'HIGH' every time it finds a TRUE occurrence... I only want to display 'HIGH' once!
Any help would be greatly appreciated...
In reply to TMPL LOOP question by SysAdm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |