X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Quick Question on home.php (https://forum.x-cart.com/showthread.php?t=48445)

cjmccarthy65 07-05-2009 02:13 PM

Quick Question on home.php
 
I installed X-cart 4.2 in the root directory of my server and trying to get everything pointing to "/" rather than home.php.


I want the Company Name in breadcrumb to be pointing to "/" instead on "home.php" and I cannot find where it is coming from?

I am new to x-cart and any help would be greatly appreciated.

Victor D 07-14-2009 01:23 PM

Re: Quick Question on home.php
 
$location array in the file postauth.php

Code:

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



All times are GMT -8. The time now is 07:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.