View source
<?php
function oa_home_default_page_manager_pages() {
$page = new stdClass();
$page->disabled = FALSE;
$page->api_version = 1;
$page->name = 'oa_homepage';
$page->task = 'page';
$page->admin_title = 'Home Page';
$page->admin_description = 'Site home page.';
$page->path = 'home';
$page->access = array(
'type' => 'none',
'settings' => NULL,
);
$page->menu = array(
'type' => 'none',
'title' => '',
'weight' => '0',
'name' => 'navigation',
'parent' => array(
'type' => 'none',
'title' => '',
'weight' => 0,
'name' => 'navigation',
),
);
$page->arguments = array();
$page->conf = array();
$page->default_handlers = array();
$handler = new stdClass();
$handler->disabled = FALSE;
$handler->api_version = 1;
$handler->name = 'page_oa_homepage_panel_context_2';
$handler->task = 'page';
$handler->subtask = 'oa_homepage';
$handler->handler = 'panel_context';
$handler->weight = -30;
$handler->conf = array(
'title' => 'Authenticated Home',
'no_blocks' => 0,
'pipeline' => 'ipe',
'body_classes_to_remove' => '',
'body_classes_to_add' => '',
'css_id' => '',
'css' => '',
'contexts' => array(
0 => array(
'identifier' => 'User',
'keyword' => 'user',
'name' => 'user',
'type' => 'current',
'uid' => '',
'id' => 1,
),
),
'relationships' => array(),
'access' => array(
'plugins' => array(
0 => array(
'name' => 'role',
'settings' => array(
'rids' => array(
0 => 2,
),
),
'context' => 'context_user_1',
'not' => FALSE,
),
),
'logic' => 'and',
),
);
$display = new panels_display();
$display->layout = 'radix_boxton';
$display->layout_settings = array();
$display->panel_settings = array(
'style_settings' => array(
'default' => NULL,
'sidebar' => NULL,
'contentmain' => NULL,
'column1' => NULL,
'column2' => NULL,
'column3' => NULL,
'secondarycolumn1' => NULL,
'secondarycolumn2' => NULL,
'header' => NULL,
'secondarycolumn3' => NULL,
'footer' => NULL,
),
);
$display->cache = array();
$display->title = '';
$display->uuid = '27fc02b1-9ab9-42dd-88a5-dd8e0ab603b9';
$display->content = array();
$display->panels = array();
$pane = new stdClass();
$pane->pid = 'new-fac36906-f031-4c5d-b686-e40023ffea02';
$pane->panel = 'contentmain';
$pane->type = 'oa_home_default';
$pane->subtype = 'oa_home_default';
$pane->shown = TRUE;
$pane->access = array();
$pane->configuration = array(
'override_title' => 0,
'override_title_text' => '',
);
$pane->cache = array();
$pane->style = array(
'settings' => NULL,
);
$pane->css = array();
$pane->extras = array();
$pane->position = 0;
$pane->locks = array();
$pane->uuid = 'fac36906-f031-4c5d-b686-e40023ffea02';
$display->content['new-fac36906-f031-4c5d-b686-e40023ffea02'] = $pane;
$display->panels['contentmain'][0] = 'new-fac36906-f031-4c5d-b686-e40023ffea02';
$display->hide_title = PANELS_TITLE_NONE;
$display->title_pane = '0';
$handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler;
$handler = new stdClass();
$handler->disabled = FALSE;
$handler->api_version = 1;
$handler->name = 'page_oa_homepage_panel_context';
$handler->task = 'page';
$handler->subtask = 'oa_homepage';
$handler->handler = 'panel_context';
$handler->weight = -29;
$handler->conf = array(
'title' => 'Anonymous Home',
'no_blocks' => 0,
'pipeline' => 'ipe',
'body_classes_to_remove' => '',
'body_classes_to_add' => '',
'css_id' => '',
'css' => '',
'contexts' => array(),
'relationships' => array(),
);
$display = new panels_display();
$display->layout = 'radix_boxton';
$display->layout_settings = array();
$display->panel_settings = array(
'style_settings' => array(
'default' => NULL,
'sidebar' => NULL,
'contentmain' => NULL,
'column1' => NULL,
'column2' => NULL,
'column3' => NULL,
'secondarycolumn1' => NULL,
'secondarycolumn2' => NULL,
'header' => NULL,
'footer' => NULL,
),
);
$display->cache = array();
$display->title = 'Home Page';
$display->uuid = 'a49466f8-a25f-4383-9741-ad182f415a10';
$display->content = array();
$display->panels = array();
$pane = new stdClass();
$pane->pid = 'new-a5fc0c8c-c77b-4951-8ef3-036e479840a9';
$pane->panel = 'contentmain';
$pane->type = 'oa_home_default';
$pane->subtype = 'oa_home_default';
$pane->shown = TRUE;
$pane->access = array();
$pane->configuration = array(
'override_title' => 0,
'override_title_text' => '',
);
$pane->cache = array();
$pane->style = array(
'settings' => NULL,
);
$pane->css = array();
$pane->extras = array();
$pane->position = 0;
$pane->locks = array();
$pane->uuid = 'a5fc0c8c-c77b-4951-8ef3-036e479840a9';
$display->content['new-a5fc0c8c-c77b-4951-8ef3-036e479840a9'] = $pane;
$display->panels['contentmain'][0] = 'new-a5fc0c8c-c77b-4951-8ef3-036e479840a9';
$display->hide_title = PANELS_TITLE_NONE;
$display->title_pane = '0';
$handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler;
$pages['oa_homepage'] = $page;
return $pages;
}