mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
697b5bd1db
commit
9086194365
11 changed files with 22 additions and 63 deletions
|
|
@ -11,18 +11,6 @@
|
|||
* @brief MVC 에서 공통으로 사용되는 설정등을 모아 놓은것..
|
||||
**/
|
||||
function init() {
|
||||
|
||||
// 메뉴 아이템 지정
|
||||
$menu_item->module->title = Context::getLang('item_module');
|
||||
$menu_item->module->act = 'dispModuleList';
|
||||
$menu_item->addon->title = Context::getLang('item_addon');
|
||||
$menu_item->addon->act = 'dispAddonList';
|
||||
$menu_item->plugin->title = Context::getLang('item_plugin');
|
||||
$menu_item->plugin->act = 'dispPluginList';
|
||||
$menu_item->layout->title = Context::getLang('item_layout');
|
||||
$menu_item->layout->act = 'dispLayoutList';
|
||||
|
||||
Context::set('menu_item', $menu_item);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -33,6 +21,8 @@
|
|||
$oAdminController = &getController('admin');
|
||||
$oAdminController->insertShortCut('board');
|
||||
$oAdminController->insertShortCut('member');
|
||||
$oAdminController->insertShortCut('module');
|
||||
$oAdminController->insertShortCut('addon');
|
||||
$oAdminController->insertShortCut('layout');
|
||||
|
||||
return new Object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue