emeticc Posted November 23, 2006 Posted November 23, 2006 Hi guys, I have been pulling my hair out trying to figure out where the 'categories/' text at the start of the breadcrumb is defined. I want to remove this. currently I have: categories/ category 1 >> sub category I want it to be: category 1 >> sub category If anyone could help out it would be greatly appreciated. Cheers....
jdvb Posted November 23, 2006 Posted November 23, 2006 it is defined in application_top.php change $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); to # $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); hope that helps
emeticc Posted November 23, 2006 Author Posted November 23, 2006 it is defined in application_top.phpchange $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); to # $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); hope that helps Thanks, but that is not what i am after. I have already have that line commented. That line displays the top or home link at the start of the breadcrumb. I am looking trying to find where the 'categories\' text is defined. see example here: http://www.afterdarkspares.com/carby-kits-c-230_267_297.html I can't find it anywhere, not in any language files, app top, breadcrumb.php... it is like it isn't defined.. ???
usernamenone Posted November 23, 2006 Posted November 23, 2006 it is in languages/yourlanguage/yourlanguage.php around line 72 // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'chang to what you want it to be'); Thanks, but that is not what i am after. I have already have that line commented. That line displays the top or home link at the start of the breadcrumb. I am looking trying to find where the 'categories\' text is defined. see example here: http://www.afterdarkspares.com/carby-kits-c-230_267_297.html I can't find it anywhere, not in any language files, app top, breadcrumb.php... it is like it isn't defined.. ???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.