fan4chevy Posted May 19, 2003 Posted May 19, 2003 I am trying to change the link "top" which is located under the header left side. I know how to change top to another name but can't seem to figure out where to go to make it point to a different desired site. Your direction is appreciated. Charles
Guest Posted May 19, 2003 Posted May 19, 2003 i think you need to got to catalog/application_top.php and it's on line 445. $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); change to $breadcrumb->add(HEADER_TITLE_TOP, 'www.changedaddress.com');
fan4chevy Posted May 19, 2003 Author Posted May 19, 2003 what it did was just add another address to the existing one for example; http://www.address.com/www.address2.com
HotSand Posted May 19, 2003 Posted May 19, 2003 put in http:// and see if it helps.. -- Regards Hans M.
Guest Posted May 19, 2003 Posted May 19, 2003 yep, ithink using http:// should do it. in my store i've used $breadcrumb->add(HEADER_TITLE_TOP, 'https://www1.securesiteserver.co.uk/toerags/catalog/default.php'); otherwise you could try $breadcrumb->add(HEADER_TITLE_TOP, 'default.php'); and see if that works
fan4chevy Posted May 20, 2003 Author Posted May 20, 2003 Thanks so much it worked with the http:// Man this site is the best the support is bar none. :lol: :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.