mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@308 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ea6d03386e
commit
0897feb1d4
2 changed files with 5 additions and 0 deletions
|
|
@ -103,6 +103,7 @@
|
||||||
if(!$output->toBool()) return $output;
|
if(!$output->toBool()) return $output;
|
||||||
|
|
||||||
// 해당 메뉴의 정보를 구함
|
// 해당 메뉴의 정보를 구함
|
||||||
|
$oLayoutModel = &getModel('layout');
|
||||||
$layout_info = $oLayoutModel->getLayoutInfoXml($args->layout);
|
$layout_info = $oLayoutModel->getLayoutInfoXml($args->layout);
|
||||||
$navigations = $layout_info->navigations;
|
$navigations = $layout_info->navigations;
|
||||||
if(count($navigations)) {
|
if(count($navigations)) {
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,10 @@ function completeInsertLayoutMenu(ret_obj) {
|
||||||
var menu_title = ret_obj['menu_title'];
|
var menu_title = ret_obj['menu_title'];
|
||||||
var menu_srl = ret_obj['menu_srl'];
|
var menu_srl = ret_obj['menu_srl'];
|
||||||
loadTreeMenu(xml_file, menu_id, "menu_zone_"+menu_id, menu_title, doGetMenuInfo, menu_srl);
|
loadTreeMenu(xml_file, menu_id, "menu_zone_"+menu_id, menu_title, doGetMenuInfo, menu_srl);
|
||||||
|
|
||||||
|
if(!menu_srl) {
|
||||||
|
xInnerHtml("menu_zone_info_"+menu_id, "");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 레이아웃 멘뉴 삭제 */
|
/* 레이아웃 멘뉴 삭제 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue