Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Top> in navigation and replacing with home. Help please


kevalin

Recommended Posts

Posted

I am trying to change the name from top, which is in the navigation bar, to the words Home. But when I go look at the coding it says

<?php echo $breadcrumb->trail(' » '); ?>

 

I can not figure out how to change this text. Please help.

Posted

includes/languages/english.php

define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Catalog');

 

If you want to remove 'Top' completely then comment it out in includes/application_top.php e.g.

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

 

Vger

Posted

Thank you Vger.

I knew it was something simple, but my knowledge of php is lacking, to say the least.

 

thanks again.

Posted

Make sure you have a copy of your osCommerce website in a folder on your PC, and then you can use the "Find In Files" feature of Text Pad (free download) to search for any entries you need to find. It'll tell you which pages they're found on and which lines.

 

Vger

Posted
Make sure you have a copy of your osCommerce website in a folder on your PC, and then you can use the "Find In Files" feature of Text Pad (free download) to search for any entries you need to find. It'll tell you which pages they're found on and which lines.

 

Vger

 

 

some of the best advice i've had regarding osCommerce!

Archived

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

×
×
  • Create New...