$mini = new stdClass; $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */ $mini->name = 'section_header_for_front'; $mini->category = ''; $mini->title = 'About TNI sub-header'; $mini->requiredcontexts = FALSE; $mini->contexts = FALSE; $mini->relationships = FALSE; $display = new panels_display; $display->layout = 'flexible'; $display->layout_settings = array( 'items' => array( 'canvas' => array( 'type' => 'row', 'contains' => 'column', 'children' => array( '0' => 1, '1' => 'main', '2' => 3, ), 'parent' => NULL, ), 'main' => array( 'type' => 'column', 'width' => '28.64423794906734', 'width_type' => '%', 'children' => array( '0' => 'main-row', ), 'parent' => 'canvas', ), 'main-row' => array( 'type' => 'row', 'contains' => 'region', 'children' => array( '0' => 'newsletter', ), 'parent' => 'main', ), '1' => array( 'type' => 'column', 'width' => '71.35576205093265', 'width_type' => '%', 'parent' => 'canvas', 'children' => array( '0' => 2, ), ), '2' => array( 'type' => 'row', 'contains' => 'region', 'children' => array( '0' => 'about_tni', ), 'parent' => '1', ), 'about_tni' => array( 'type' => 'region', 'title' => 'About TNI', 'width' => '484', 'width_type' => 'px', 'parent' => '2', ), '3' => array( 'type' => 'column', 'width' => '237', 'width_type' => 'px', 'parent' => 'canvas', 'children' => array( '0' => 4, ), ), '4' => array( 'type' => 'row', 'contains' => 'region', 'children' => array( '0' => 'donate', ), 'parent' => '3', ), 'donate' => array( 'type' => 'region', 'title' => 'Donate', 'width' => '213', 'width_type' => 'px', 'parent' => '4', ), 'newsletter' => array( 'type' => 'region', 'title' => 'Newsletter', 'width' => 100, 'width_type' => 'px', 'parent' => 'main-row', ), ), ); $display->panel_settings = array(); $display->cache = array(); $display->title = ''; $display->hide_title = FALSE; $display->content = array(); $display->panels = array(); $pane = new stdClass; $pane->pid = 'new-1'; $pane->panel = 'about_tni'; $pane->type = 'node'; $pane->subtype = 'node'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'nid' => '371', 'teaser' => 1, 'links' => 0, 'leave_node_title' => 0, 'identifier' => '', 'override_title' => 1, 'override_title_text' => '', ); $pane->cache = array(); $pane->style = array(); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $display->content['new-1'] = $pane; $display->panels['about_tni'][0] = 'new-1'; $pane = new stdClass; $pane->pid = 'new-2'; $pane->panel = 'donate'; $pane->type = 'node'; $pane->subtype = 'node'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'nid' => '19051', 'teaser' => 1, 'links' => 0, 'leave_node_title' => 0, 'identifier' => '', 'override_title' => 1, 'override_title_text' => '', ); $pane->cache = array(); $pane->style = array(); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $display->content['new-2'] = $pane; $display->panels['donate'][0] = 'new-2'; $pane = new stdClass; $pane->pid = 'new-3'; $pane->panel = 'newsletter'; $pane->type = 'block'; $pane->subtype = 'simplenews-162'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'override_title' => 1, 'override_title_text' => '', ); $pane->cache = array(); $pane->style = array(); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $display->content['new-3'] = $pane; $display->panels['newsletter'][0] = 'new-3'; $mini->display = $display;