mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@365 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b15b12a8c6
commit
fb8906710c
5 changed files with 27 additions and 15 deletions
|
|
@ -190,6 +190,14 @@
|
|||
$this->add('menu_srl', $parent_srl);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 레이아웃의 메뉴를 이동
|
||||
**/
|
||||
function procMoveLayoutMenu() {
|
||||
$source_node_srl = Context::get('source_node_srl');
|
||||
$target_node_srl = Context::get('target_node_srl');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief xml 파일을 갱신
|
||||
* 관리자페이지에서 메뉴 구성 후 간혹 xml파일이 재생성 안되는 경우가 있는데\n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue