function advanced_forum_ctools_plugin_styles in Advanced Forum 6.2
File
- includes/
style.inc, line 376 - Functions relating to the style system, not including core hooks and preprocess / theme functions.
Code
function advanced_forum_ctools_plugin_styles() {
return array(
'info file' => TRUE,
'load themes' => TRUE,
);
}