Guest Posted October 23, 2005 Share Posted October 23, 2005 Hello, Where can I delete the 'the' after a category which has sub-categories? Link to comment Share on other sites More sharing options...
♥Vger Posted October 23, 2005 Share Posted October 23, 2005 includes/boxes/categories.php, around line 41 if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } edit to: if (tep_has_category_subcategories($counter)) { $categories_string .= ''; } Vger Link to comment Share on other sites More sharing options...
Guest Posted October 23, 2005 Share Posted October 23, 2005 includes/boxes/categories.php, around line 41 if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } edit to: if (tep_has_category_subcategories($counter)) { $categories_string .= ''; } Vger thanks alot :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.