jonhybaby Posted August 20, 2011 Posted August 20, 2011 Hello people, im new here and i need some help plz. on the categories menu, on each line right after a categorie u see this icon ( -> ), well i want to remove it from my store or at least change it, but i ant find the code to change this. im gona copy a example from my store to here: " FORD-> " i want that to be like this " FORD " i hope some1 can help me fast because its been a litte long that i am trying to find this and kinda dificult to change this. thanks in advance
Guest Posted August 20, 2011 Posted August 20, 2011 Joao, Edit the /includes/modules/boxes/bm_categories.php file around line 61 and change it from this: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } to this: if (tep_has_category_subcategories($counter)) { $categories_string .= ''; } Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.