You are here

function advanced_forum_ctools_plugin_type in Advanced Forum 7.2

Ctools integration for styles.

File

includes/style.inc, line 456
Functions relating to the style system, not including core hooks and preprocess / theme functions.

Code

function advanced_forum_ctools_plugin_type() {
  return array(
    'styles' => array(
      'info file' => TRUE,
      'load themes' => TRUE,
    ),
  );
}