Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Navigation


johnnyosc

Recommended Posts

Posted

Where would you go to correct or adjust the text in the Header Navigation? (ex. Top > Catalog > Hardware > etc.) I want to get rid of Top and just start with Catalog first. Any help would be great. Thanks.

Posted

catalog/includes/header.php

 

:)

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

In the catalog/includes/header.php, I located a code <?php echo $breadcrumb->trail(' » '); ?> I then proceeded to a file called classes/breadcrum but didn't see where to adjust the code. What should I edit to start the Navigation at Catalog first instead of Top?

Posted
Where would you go to correct or adjust the text in the Header Navigation? (ex. Top > Catalog > Hardware > etc.) I want to get rid of Top and just start with Catalog first. Any help would be great. Thanks.

 

 

go to includes/languages/english.php

 

find

define('HEADER_TITLE_TOP', 'Top');

 

this is what you have to change...

 

other languages too if you have a more then one language..

 

Salvo

  • 1 year later...
Posted

I to had this same problem, i changed the line

define('HEADER_TITLE_TOP', 'Catalog');

but now my breadcrum reads

catalog > catalog
where the first link takes me to the top level of my site. is there a way to make the top catalog link dissapear so i just end up with the link to the top level of the catalog?

 

Thanks!!

Jon

Archived

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

×
×
  • Create New...