sheltonjb Posted March 19, 2007 Posted March 19, 2007 where can i change the symbol that points to how many items are in a category? see this example: Birthdays -> (23) I want to change the bold bit so it looks like this: Birthdays » (23) thanks in advance :thumbsup: Shelton Brown Web/Graphic Designer
bill110 Posted March 19, 2007 Posted March 19, 2007 catelog/includes/boxes/categories.php look for: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } and change to: if (tep_has_category_subcategories($counter)) { $categories_string .= ' »'; } My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
sheltonjb Posted March 19, 2007 Author Posted March 19, 2007 catelog/includes/boxes/categories.phplook for: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } and change to: if (tep_has_category_subcategories($counter)) { $categories_string .= ' »'; } ah bill, top lad! that looks much better... tell ya what, it amzes me how u lot know this stuff! thanks again Shelton Brown Web/Graphic Designer
Recommended Posts
Archived
This topic is now archived and is closed to further replies.