View Single Post
  #2  
Old 07-15-2005, 11:22 AM
 
plamen plamen is offline
 

Newbie
  
Join Date: Jul 2005
Posts: 4
 

Default

Sorry for the second post... but I find something and want to ask.
I looked through the source of cart.php and I discovered in the end that

func_display("customer/home.tpl",$smarty);


So, if i change this to:

func_display("customer/home_cart.tpl",$smarty);

and I make home_cart.tpl the same as home.tpl but with different top_menu
Does this solve my problem? Will be everything all right?
__________________
X-Cart Version 4.0.14
Reply With Quote