Guest Posted December 16, 2005 Share Posted December 16, 2005 Top ? Catalog ? Bass Guitars On the top of my website I have this line of links, but when I click on top it takes me to my index root of the wenbsite, I want it to say home and take me home Thanks Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2005 Share Posted December 16, 2005 In catalog/includes/application_top.php around line 466 Change this $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this: //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); The_Bear Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2005 Share Posted December 16, 2005 In catalog/includes/application_top.php around line 466Change this $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this: //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); The_Bear Done, thank you, now how can I change it from catalog to home ? Thanks Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2005 Share Posted December 16, 2005 in catalog/includes/languages/english.php change: define('HEADER_TITLE_TOP', 'Top'); to define('HEADER_TITLE_TOP', 'Home'); -jared Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2005 Share Posted December 16, 2005 in catalog/includes/languages/english.php change:define('HEADER_TITLE_TOP', 'Top'); to define('HEADER_TITLE_TOP', 'Home'); -jared Got it, it was jut below the title top one define('HEADER_TITLE_CATALOG', 'Home'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.