$handler = new stdClass(); $handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */ $handler->api_version = 1; $handler->name = 'site_template_panel_context'; $handler->task = 'site_template'; $handler->subtask = ''; $handler->handler = 'panel_context'; $handler->weight = 1; $handler->conf = array( 'title' => 'Zen Page', 'no_blocks' => 1, 'css_id' => '', 'css' => '', 'contexts' => array(), 'relationships' => array(), 'access' => array( 'plugins' => array(), 'logic' => 'and', ), 'pipeline' => 'standard', 'body_classes_to_remove' => '', 'body_classes_to_add' => '', ); $display = new panels_display(); $display->layout = 'zen_page'; $display->layout_settings = array( 'items' => array( 'canvas' => array( 'type' => 'row', 'contains' => 'column', 'children' => array( 0 => 'main', ), 'parent' => NULL, 'class' => '', 'column_class' => '', 'row_class' => '', 'region_class' => '', 'no_scale' => FALSE, 'fixed_width' => '', 'column_separation' => '0.5em', 'region_separation' => '0.5em', 'row_separation' => '0.5em', ), 'main' => array( 'type' => 'column', 'width' => 100, 'width_type' => '%', 'children' => array( 0 => 1, 1 => 'main-row', ), 'parent' => 'canvas', ), 'main-row' => array( 'type' => 'row', 'contains' => 'region', 'children' => array( 0 => 'content', 1 => 'sidebar', ), 'parent' => 'main', 'class' => 'main-content', ), 'content' => array( 'type' => 'region', 'title' => 'Content', 'width' => '100', 'width_type' => '%', 'parent' => 'main-row', 'class' => '', ), 'sidebar' => array( 'type' => 'region', 'title' => 'Sidebar', 'width' => '200', 'width_type' => 'px', 'parent' => 'main-row', ), 1 => array( 'type' => 'row', 'contains' => 'region', 'children' => array( 0 => 'header', ), 'parent' => 'main', 'class' => 'header', ), 'header' => array( 'type' => 'region', 'title' => 'Header', 'width' => 100, 'width_type' => '%', 'parent' => '1', ), ), ); $display->panel_settings = array( 'style_settings' => array( 'default' => NULL, 'content' => NULL, 'sidebar' => NULL, 'header' => NULL, 'highlighted' => NULL, 'navigation' => NULL, 'sidebar_first' => NULL, 'sidebar_second' => NULL, 'footer' => NULL, 'bottom' => NULL, ), ); $display->cache = array(); $display->title = ''; $display->content = array(); $display->panels = array(); $pane = new stdClass(); $pane->pid = 'new-1'; $pane->panel = 'content'; $pane->type = 'pane_messages'; $pane->subtype = 'pane_messages'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array(); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $pane->locks = ''; $display->content['new-1'] = $pane; $display->panels['content'][0] = 'new-1'; $pane = new stdClass(); $pane->pid = 'new-2'; $pane->panel = 'content'; $pane->type = 'page_content'; $pane->subtype = 'page_content'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'context' => 'argument_page_content_1', 'override_title' => 1, 'override_title_text' => '', ); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 1; $pane->locks = ''; $display->content['new-2'] = $pane; $display->panels['content'][1] = 'new-2'; $pane = new stdClass(); $pane->pid = 'new-3'; $pane->panel = 'header'; $pane->type = 'pane_header'; $pane->subtype = 'pane_header'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array(); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $pane->locks = ''; $display->content['new-3'] = $pane; $display->panels['header'][0] = 'new-3'; $pane = new stdClass(); $pane->pid = 'new-4'; $pane->panel = 'header'; $pane->type = 'pane_navigation'; $pane->subtype = 'pane_navigation'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array(); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 1; $pane->locks = ''; $display->content['new-4'] = $pane; $display->panels['header'][1] = 'new-4'; $pane = new stdClass(); $pane->pid = 'new-5'; $pane->panel = 'sidebar_second'; $pane->type = 'block'; $pane->subtype = 'user-login'; $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 = ''; $display->content['new-5'] = $pane; $display->panels['sidebar_second'][0] = 'new-5'; $pane = new stdClass(); $pane->pid = 'new-6'; $pane->panel = 'sidebar_second'; $pane->type = 'block'; $pane->subtype = 'system-navigation'; $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 = 1; $pane->locks = ''; $display->content['new-6'] = $pane; $display->panels['sidebar_second'][1] = 'new-6'; $display->hide_title = PANELS_TITLE_PANE; $display->title_pane = 'new-2'; $handler->conf['display'] = $display;