Add image for category "name;?>"

The image will be displayed in the mobile web app (categories menu).
Editing the content from the below section will not change your desktop category settings.

cat_ID, $categories_details)) { if (is_array($categories_details[$category->cat_ID])) { if (array_key_exists('icon', $categories_details[$category->cat_ID])) { $icon_path = $categories_details[$category->cat_ID]['icon']; if ($icon_path != ''){ if (!file_exists(WMP_FILES_UPLOADS_DIR . $icon_path)) $icon_path = ''; else $icon_path = WMP_FILES_UPLOADS_URL . $icon_path; } } } } } ?>
Change remove