function stylizer_ctools_plugin_type

Implements hook_ctools_plugin_type() to inform the plugin system that Stylizer style_base plugin types.

File

stylizer/stylizer.module, line 43

Code

function stylizer_ctools_plugin_type() {
    return array(
        'style_bases' => array(
            'load themes' => TRUE,
        ),
    );
}