function ctools_install

Implements hook_install().

File

./ctools.install, line 172

Code

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