Guest Posted November 26, 2006 Posted November 26, 2006 Hi, When creating Subcategories to a Categori, a little arrow [->] is added next to the maincategory name in the webshops categories box. How can I possible remove this arrow, as I don't want it to show up eventhough I create subcategories to a category..? I have checked includes/boxes/category.php and other likely files, but didn't manage to find where to delete it.. Thank you very much
♥Monika in Germany Posted November 26, 2006 Posted November 26, 2006 that arrow is hidden in the categories.php file in includes/boxes ... yu have probably not found it as teh html sign for the arrow is used! the lines to comment out are if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.