Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing "top" link under header to point to diffe


fan4chevy

Recommended Posts

Posted

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

Posted

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');

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...