Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove "top" from navigation


Guest

Recommended Posts

where it reads:

"Top ? Catalog"

 

how do i remove Top and the first ?

how can i rename "Catalog" to "shop" on this navigation panel?

Link to comment
Share on other sites

You rename 'Catalog' to 'Shop' in includes/languages/english.php

 

To remove the 'Top' link from your navigation edit this line in includes/application_top.php by adding two slashes in front of it (commenting it out).

 

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

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...