You are here

function ctools_install in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 ctools.install \ctools_install()

Implements hook_install().

File

./ctools.install, line 172
Contains install and update functions for ctools.

Code

function ctools_install() {

  // Activate our custom cache handler for the CSS cache.
  variable_set('cache_class_cache_ctools_css', 'CToolsCssCache');
}