You are here

function ctools_ctools_plugin_access in Chaos Tool Suite (ctools) 6

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

File

./ctools.module, line 523
CTools primary module file.

Code

function ctools_ctools_plugin_access() {
  return array(
    'child plugins' => TRUE,
  );
}