kevalin Posted December 14, 2007 Posted December 14, 2007 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.
♥Vger Posted December 14, 2007 Posted December 14, 2007 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
kevalin Posted December 14, 2007 Author Posted December 14, 2007 Thank you Vger. I knew it was something simple, but my knowledge of php is lacking, to say the least. thanks again.
♥Vger Posted December 15, 2007 Posted December 15, 2007 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
fairstone Posted December 15, 2007 Posted December 15, 2007 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.