johnnyosc Posted December 5, 2002 Posted December 5, 2002 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.
mattice Posted December 5, 2002 Posted December 5, 2002 catalog/includes/header.php :) "Politics is the art of preventing people from taking part in affairs which properly concern them"
johnnyosc Posted December 5, 2002 Author Posted December 5, 2002 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?
Salvo Posted December 6, 2002 Posted December 6, 2002 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
roomboom Posted February 16, 2004 Posted February 16, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.