$page = new stdClass; $page->disabled = FALSE; /* Edit this to true to make a default page disabled initially */ $page->api_version = 1; $page->name = 'blog'; $page->task = 'page'; $page->admin_title = 'Blog'; $page->admin_description = ''; $page->path = 'blog/!tax'; $page->access = array(); $page->menu = array(); $page->arguments = array( 'tax' => array( 'id' => 1, 'identifier' => 'Taxonomy term: ID', 'name' => 'term', 'settings' => array( 'input_form' => 'term', 'vids' => array( 1 => '1', 7 => 0, 5 => 0, 6 => 0, ), 'breadcrumb' => 1, ), ), ); $page->conf = array( 'admin_paths' => FALSE, ); $page->default_handlers = array(); $handler = new stdClass; $handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */ $handler->api_version = 1; $handler->name = 'page_blog_panel_context'; $handler->task = 'page'; $handler->subtask = 'blog'; $handler->handler = 'panel_context'; $handler->weight = 0; $handler->conf = array( 'title' => 'Panel', 'no_blocks' => 0, 'pipeline' => 'standard', 'css_id' => '', 'css' => '', 'contexts' => array(), 'relationships' => array(), 'access' => array( 'plugins' => array( 0 => array( 'name' => 'path_visibility', 'settings' => array( 'visibility_setting' => '1', 'paths' => 'blog blog/* blog/*/*', ), 'context' => 'empty', 'not' => FALSE, ), ), 'logic' => 'and', ), ); $display = new panels_display; $display->layout = 'threecol_25_50_25_stacked'; $display->layout_settings = array(); $display->panel_settings = array( 'style_settings' => array( 'default' => NULL, 'top' => NULL, 'left' => NULL, 'middle' => NULL, 'right' => NULL, 'bottom' => NULL, ), ); $display->cache = array(); $display->title = ''; $display->content = array(); $display->panels = array(); $pane = new stdClass; $pane->pid = 'new-1'; $pane->panel = 'middle'; $pane->type = 'views_panes'; $pane->subtype = 'blog-panel_pane_1'; $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; $display->content['new-1'] = $pane; $display->panels['middle'][0] = 'new-1'; $pane = new stdClass; $pane->pid = 'new-2'; $pane->panel = 'right'; $pane->type = 'views'; $pane->subtype = 'blog'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'override_pager_settings' => 0, 'use_pager' => 0, 'nodes_per_page' => '0', 'pager_id' => '0', 'offset' => '0', 'more_link' => 0, 'feed_icons' => 0, 'panel_args' => 0, 'link_to_view' => 0, 'args' => '', 'url' => '', 'display' => 'block', 'override_title' => 0, 'override_title_text' => '', ); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $display->content['new-2'] = $pane; $display->panels['right'][0] = 'new-2'; $pane = new stdClass; $pane->pid = 'new-3'; $pane->panel = 'right'; $pane->type = 'views'; $pane->subtype = 'blog'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'override_pager_settings' => 0, 'use_pager' => 0, 'nodes_per_page' => '0', 'pager_id' => '0', 'offset' => '0', 'more_link' => 0, 'feed_icons' => 0, 'panel_args' => 0, 'link_to_view' => 0, 'args' => '', 'url' => 'blog', 'display' => 'block_1', 'override_title' => 0, 'override_title_text' => '', 'context' => array( 0 => '', ), ); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 1; $display->content['new-3'] = $pane; $display->panels['right'][1] = 'new-3'; $display->hide_title = PANELS_TITLE_FIXED; $display->title_pane = 'new-1'; $handler->conf['display'] = $display; $page->default_handlers[$handler->name] = $handler;