Thanks a lot Greg.
Correct answer:
Open themes/your_theme_name/theme.php and add:
at the beginning of the file after <?php
Copy the icons folder to themes/your_theme_name/images.
Correct answer:
Open themes/your_theme_name/theme.php and add:
Code: [Select]
define('THEME_HAS_MENU_ICONS', 16);
at the beginning of the file after <?php
Copy the icons folder to themes/your_theme_name/images.