You are here

function panels_ctools_plugin_styles in Panels 6.3

Inform CTools that the style plugin can be loaded from themes.

File

./panels.module, line 333
panels.module

Code

function panels_ctools_plugin_styles() {
  return array(
    'load themes' => TRUE,
    'use hooks' => TRUE,
    'process' => 'panels_plugin_styles_process',
    'child plugins' => TRUE,
  );
}