View Single Post
  #6  
Old 02-02-2005, 07:20 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

You have to change this:

Code:
$smarty->assign("main", "ourstory.tpl");

to:

Code:
$smarty->assign("main", "ourstory");

Then edit your skin1/customer/home_main.tpl and somewhere in the middle put:



Code:
{elseif $main eq "ourstory"} {include file="skin1/customer/main/ourstory.tpl"}

Where outstory.tpl is in the skin1/customer/main/ folder.
Reply With Quote