View Single Post
  #2  
Old 11-22-2007, 08:31 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: php in static page question

Why are you doing it in php instead of doing:

{if $smarty.get.pr eq "2}
show 2
{else}
show 3
{/if}

?
Reply With Quote