git-svn-id: http://xe-core.googlecode.com/svn/trunk@365 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-09 08:17:26 +00:00
parent b15b12a8c6
commit fb8906710c
5 changed files with 27 additions and 15 deletions

View file

@ -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