Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the header "top" link


ShaneS

Recommended Posts

I need a little assistance. How do you change the link for the "top" portion of the

Top>>Catalog link. It seems to be linked to my server. I would like it to return to my home page. Thanks for your help

 

Shane

Link to comment
Share on other sites

You can edit this line in /includes/application_top.php or you can remove it and only have the 'Catalog' link:

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

HTTP_SERVER is defined in /includes/configure.php (don't change it!).

 

Matti

Link to comment
Share on other sites

You can edit this line in /includes/application_top.php or you can remove it and only have the 'Catalog' link:

 

 ?$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

HTTP_SERVER is defined in /includes/configure.php (don't change it!).

 

Matti

 

thanks, you 2 were great!

 

btw i tried editing this:

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

to this:

  $breadcrumb->add(HEADER_TITLE_HOME, HTTP_SERVER);

 

but HEADER_TITLE_HOME was display instead of HOME

 

so i try:

  $breadcrumb->add(HOME, HTTP_SERVER);

 

it work ok so far.. will there be issues? thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...