You are here

function conditional_styles_enable in Conditional Stylesheets 6

Implements HOOK_enable().

File

./conditional_styles.module, line 33

Code

function conditional_styles_enable() {

  // Flush the .info file cache, the page cache and the theme registry.
  drupal_flush_all_caches();
}