You are here

function oa_core_space_template in Open Atrium Core 7.2

Menu callback for Section Templates

1 string reference to 'oa_core_space_template'
oa_core_menu in ./oa_core.module
Implements hook_menu().

File

./oa_core.module, line 864

Code

function oa_core_space_template() {
  ctools_include('export-ui');
  $handler = panelizer_entity_plugin_get_handler('node');
  return panelizer_export_ui_switcher_page($handler, OA_SPACE_TYPE . '.page_manager', 'panelizer_defaults', 'list');
}