View Single Post
  #3  
Old 04-04-2003, 06:50 PM
 
ahunte ahunte is offline
 

Newbie
  
Join Date: Mar 2003
Posts: 3
 

Default

I got it working, thanks to funkydunk. It seems like to link to the categories.tpl to make it load in the home.tpl area, you must change some of the smarty code. Below is the solution he gave me for future reference...

From: funkydunk
To: ahunte
Posted: Fri Apr 04, 2003 6:07 pm
Subject: Re: HELP please!
okay...here goes.

first create a mirror copy of customer/home.php calling it catlist.php

then amend the line that is :
$smarty->assign("main","catalog");

to
$smarty->assign("main","catlist");

then change the link to catlist.php

job done
Reply With Quote