mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
76053c0df4
commit
1563eab364
2 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ function loadTreeMenu(url, menu_id, zone_id, title, callback_func, manual_select
|
|||
var zone = xGetElementById(zone_id);
|
||||
if(typeof(zone)=="undefined") return;
|
||||
|
||||
// 관리가 아닌 사용일경우는 menu_id를 변경
|
||||
if(typeof(callback_func)=='undefined') menu_id = 'display_'+menu_id;
|
||||
|
||||
// 노드 정보들을 담을 변수 세팅
|
||||
node_info_list[menu_id] = new Array();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<script type="text/javascript">
|
||||
loadTreeMenu("{$main_menu->xml_file}", "menu", "menu", "{$layout_info->main_menu?$layout_info->main_menu:'home'}");
|
||||
loadTreeMenu("{$main_menu->xml_file}", "main_menu", "menu", "{$layout_info->main_menu?$layout_info->main_menu:'home'}");
|
||||
</script>
|
||||
|
||||
<div style="height:50px;border:1px solid;margin-bottom:10px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue