View Single Post
  #2  
Old 08-17-2008, 02:01 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: IF ELSE coding, but 3-way

Code:
{if $cat == 1} -- do this -- {elseif $cat == 2} -- do this -- {else} -- if neither is true do this -- {/if}
Reply With Quote