Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header : Top-> change link


georgee

Recommended Posts

Posted

hello.

 

I woud like to modify the current link for "Top" in the Header.

 

I have successfuly changed the name "Top" to the website's

domain name through "english.php".

 

Which file has the HREF information? I have checked the ADMIN

and MySQL database.

 

Please help. I thank you in advance.

 

George

Posted

You may find it in catalog/includes/application_top.php:

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

you can change it like this:

 

  $breadcrumb->add(HEADER_TITLE_TOP, 'http://your_url/your_file.php');

 

Matti

Posted

Thank you ever so much!!!

 

I didn't even have time to refill my coffee cup.

 

Thank you for your speedy reply.

 

Happy Holidays!!

 

George

Archived

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

×
×
  • Create New...