You are here

function panels_ctools_plugin_layouts in Panels 6.3

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

File

./panels.module, line 311
panels.module

Code

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