View Single Post
  #5  
Old 12-27-2007, 08:36 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default Re: Discriminating Against Static Pages

Code:
if ($pageid == "190" OR $pageid == "191" OR $pageid == "195" OR $pageid == "203") { func_display("customer/home1.tpl",$smarty); } elseif ($pageid == "X") { func_display("customer/home2.tpl",$smarty); } else { func_display("customer/home.tpl",$smarty); }
Reply With Quote