View Single Post
  #77  
Old 03-29-2008, 09:39 AM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: Recently Viewed Mod

Hi Tammy,

It think you may be using another menu.tpl file.

Find the last line of code in customer/main/recently_viewed.tpl :

Code:
{include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Recently Viewed" menu_content=$smarty.capture.menu}

And change it to this:

Code:
{include file="NameOfMenuFileYourUsing.tpl" menu_title="Recently Viewed" menu_content=$smarty.capture.menu}

Just replace the blue file name above with the name of the file that you are using for the other menu boxes.

Hope that works.

- MoonDog -
__________________
X-CART Gold v4.1.8
Reply With Quote