You are here

fusion_apply_ui_test.inc in Fusion Accelerator 7.2

File

fusion_apply/tests/fusion_apply_ui_test/pages_default/fusion_apply_ui_test.inc
View source
<?php

$page = new stdClass();
$page->disabled = FALSE;

/* Edit this to true to make a default page disabled initially */
$page->api_version = 1;
$page->name = 'fusion_apply_ui_test';
$page->task = 'page';
$page->admin_title = 'Fusion Apply UI Test';
$page->admin_description = 'Fusion Apply UI Test panels page.';
$page->path = 'fusion_apply-ui-test-panel';
$page->access = array();
$page->menu = array();
$page->arguments = array();
$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_fusion_apply_ui_test_panel_context';
$handler->task = 'page';
$handler->subtask = 'fusion_apply_ui_test';
$handler->handler = 'panel_context';
$handler->weight = 0;
$handler->conf = array(
  'title' => 'Panel',
  'no_blocks' => 0,
  'pipeline' => 'standard',
  'css_id' => '',
  'css' => '',
  'contexts' => array(),
  'relationships' => array(),
);
$display = new panels_display();
$display->layout = 'onecol';
$display->layout_settings = array();
$display->panel_settings = array(
  'style_settings' => array(
    'default' => NULL,
    'middle' => NULL,
  ),
);
$display->cache = array();
$display->title = '';
$display->content = array();
$display->panels = array();
$pane = new stdClass();
$pane->pid = 'new-1';
$pane->panel = 'middle';
$pane->type = 'block';
$pane->subtype = 'system-user-menu';
$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;
$display->content['new-1'] = $pane;
$display->panels['middle'][0] = 'new-1';
$display->hide_title = PANELS_TITLE_FIXED;
$display->title_pane = 'new-1';
$handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler;