Is it possible to remove the gif " pointer_blue_light.gif" from the categories list ?
If yes will be gald to know how ?
Thank you
This is a discussion on Remove the icon pointer_blue_light within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Is it possible to remove the gif " pointer_blue_light.gif" from the categories list ? If yes will be gald to ...
Is it possible to remove the gif " pointer_blue_light.gif" from the categories list ?
If yes will be gald to know how ?
Thank you
Edit the categories box and remove it...
Starting at line 45:
PHP Code:if (tep_has_category_subcategories($counter)) {
$boxContent .= tep_image(DIR_WS_IMAGES . 'pointer_blue.gif', '');
}
else {
$boxContent .= tep_image(DIR_WS_IMAGES . 'pointer_blue_light.gif', '');
}
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Thank you very much
Bookmarks