View Single Post
  #2  
Old 06-14-2007, 10:58 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: Bread Crumb URL needs to be changed

Please edit the <xcart_dir>/include/categories.php script and replace:

PHP Code:
$category["category_location"][] = array($_cat_name["category"], "home.php?cat=$_catid"); 

with

PHP Code:
$category["category_location"][] = array($_cat_name["category"], "home2.php?cat=$_catid"); 

Then edit the following code in the <xcart_dir>/auth.php file:

PHP Code:
$location[] = array((!empty($lbl_site_name) ? $lbl_site_name $config["Company"]["company_name"]), "home.php"); 

P.S. I recommend you building up your splash page using the home2.php script rather than the home.php one, because many X-Cart files refer to 'home.php'.
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote