Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header navigation links


phreerider

Recommended Posts

I'd like to be able to change links in header navigation bar. Originially, it's supposed to looked like this "Top >> Catalog >> etc..." I'd like to change "Top" to "Home" and set the "Catalog" link from default.php to index.php (Home)... I've tried to look up in the breadcrumb.php and after that I have no clue were to modify the text or links.

Link to comment
Share on other sites

Most things like this are in your language files.... this particular one in catalog/includes/languages/english.php:

 

define('HEADER_TITLE_TOP', 'Top');

 

If you search "index.php" in the forums I think you will find the answer to your second question

Link to comment
Share on other sites

After you change default.php to index.php in application_top.php, you also need to re-name both the catalog/default.php and catalog/includes/languages/YOUR LANGUAGE/default.php to index.php.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...