mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
Installation default layout change. (xe_official -> bootstrap.layout)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12533 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
75fd366bd6
commit
860c7931f8
3 changed files with 9 additions and 5 deletions
|
|
@ -41,16 +41,16 @@ $oMenuAdminController->makeXmlFile($menu_srl);
|
|||
|
||||
// create Layout
|
||||
//extra_vars init
|
||||
$extra_vars->colorset = 'default';
|
||||
$extra_vars->main_menu = $menu_srl;
|
||||
$extra_vars->bottom_menu = $menu_srl;
|
||||
$extra_vars->GNB = $menu_srl;
|
||||
$extra_vars->LAYOUT_TYPE = 'MAIN_PAGE';
|
||||
$extra_vars->VISUAL_USE = 'YES';
|
||||
$extra_vars->menu_name_list = array();
|
||||
$extra_vars->menu_name_list[$menu_srl] = 'welcome_menu';
|
||||
|
||||
$args->site_srl = 0;
|
||||
$layout_srl = $args->layout_srl = getNextSequence();
|
||||
$args->layout = 'xe_official';
|
||||
$args->title = 'welcome_layout';
|
||||
$args->layout = 'bootstrap.layout';
|
||||
$args->title = 'bootstrap.layout';
|
||||
$args->layout_type = 'P';
|
||||
|
||||
$oLayoutAdminController = &getAdminController('layout');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue