surrfman Posted March 30, 2013 Posted March 30, 2013 How would I remove those arrows and lines that appear at the end of any text line in the Categories menu? Thanks a bunch, Timmy C
Guest Posted March 30, 2013 Posted March 30, 2013 @@surrfman Edit this line in the /includes/modules/boxes/bm_categories.php file: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } Chris
Guest Posted March 30, 2013 Posted March 30, 2013 @@surrfman To completely remove the -> change it to this: if (tep_has_category_subcategories($counter)) { $categories_string .= ' '; } Chris
surrfman Posted March 30, 2013 Author Posted March 30, 2013 Thanks man... Once again!!! I thought that was I had to delete, just wanted to make sure!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.