$layout = new stdClass(); $layout->disabled = FALSE; /* Edit this to true to make a default layout disabled initially */ $layout->api_version = 1; $layout->name = 'search_page_layout'; $layout->admin_title = 'Search Page Layout'; $layout->admin_description = 'Basic layout for all search pages'; $layout->category = ''; $layout->plugin = 'flexible'; $layout->settings = array( 'items' => array( 'canvas' => array( 'type' => 'row', 'contains' => 'column', 'children' => array( 0 => 'main', ), 'parent' => NULL, ), 'main' => array( 'type' => 'column', 'width' => 100, 'width_type' => '%', 'children' => array( 0 => 1, 1 => 'main-row', 2 => 2, ), 'parent' => 'canvas', ), 'main-row' => array( 'type' => 'row', 'contains' => 'region', 'children' => array( 0 => 'center', ), 'parent' => 'main', ), 'center' => array( 'type' => 'region', 'title' => 'Center', 'width' => 100, 'width_type' => '%', 'parent' => 'main-row', ), 1 => array( 'type' => 'row', 'contains' => 'region', 'children' => array( 0 => 'header_center', ), 'parent' => 'main', 'class' => '', ), 2 => array( 'type' => 'row', 'contains' => 'region', 'children' => array( 0 => 'footer_center', ), 'parent' => 'main', 'class' => '', ), 'header_center' => array( 'type' => 'region', 'title' => 'Header Center', 'width' => 100, 'width_type' => '%', 'parent' => '1', 'class' => '', ), 'footer_center' => array( 'type' => 'region', 'title' => 'Footer Center', 'width' => 100, 'width_type' => '%', 'parent' => '2', 'class' => '', ), ), );