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