ksaun Posted April 25, 2005 Share Posted April 25, 2005 Hey All :P How Do I remove or comment out the Bestsellers Infobox? How do I edit the breadcrumb trail in my header? I have 2 links in my breadcrumb trail that lead back to the same page and I want to change the Text from "Catalog" to "Store Front". Any Ideas? :blink: My Favorite Quote from a movie. Question: How do you know women sooo well? Answer: I think of a man, then take away reason and accountability. Link to comment Share on other sites More sharing options...
Flyer5 Posted April 25, 2005 Share Posted April 25, 2005 Hey All :P How Do I remove or comment out the Bestsellers Infobox? How do I edit the breadcrumb trail in my header? I have 2 links in my breadcrumb trail that lead back to the same page and I want to change the Text from "Catalog" to "Store Front". Any Ideas? :blink: <{POST_SNAPBACK}> hi change these in includes/language/english.php define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_CATALOG', 'Catalog'); then oprn includes/colum_right.pgp (or left.php) depending one which side your bestsellers box is and look for the indclude.. } else { include(DIR_WS_BOXES . 'best_sellers.php'); } just comment it } else { // include(DIR_WS_BOXES . 'best_sellers.php'); } that should do it. F5 Link to comment Share on other sites More sharing options...
ksaun Posted April 25, 2005 Author Share Posted April 25, 2005 Thanks :thumbsup: My Favorite Quote from a movie. Question: How do you know women sooo well? Answer: I think of a man, then take away reason and accountability. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.