You are here

function icon_modules_enabled in Icon API 7

Same name and namespace in other branches
  1. 8 includes/cache.inc \icon_modules_enabled()

Implements hook_modules_enabled().

File

includes/cache.inc, line 49
cache.inc Provides hooks and functions for cache related tasks.

Code

function icon_modules_enabled($modules) {

  // Clear all caches so the can be rebuilt.
  icon_clear_all_caches();
}