function icon_themes_enabled in Icon API 7
Same name and namespace in other branches
- 8 includes/cache.inc \icon_themes_enabled()
Implements hook_themes_disabled().
File
Code
function icon_themes_enabled($themes) {
// Clear all caches so the can be rebuilt.
icon_clear_all_caches();
}