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@1073 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3b6fde3dc6
commit
76053c0df4
4 changed files with 14 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script type="text/javascript">
|
||||
loadTreeMenu("{$main_menu->xml_file}", "main_menu", "menu", "{$layout_info->main_menu?$layout_info->main_menu:'home'}");
|
||||
loadTreeMenu("{$main_menu->xml_file}", "menu", "menu", "{$layout_info->main_menu?$layout_info->main_menu:'home'}");
|
||||
</script>
|
||||
|
||||
<div style="height:50px;border:1px solid;margin-bottom:10px;">
|
||||
|
|
@ -57,6 +57,11 @@
|
|||
</div>
|
||||
|
||||
<div id="menu"></div>
|
||||
<!--@if($logged_info->is_admin == 'Y')-->
|
||||
<div>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispLayoutAdminMenu','layout_srl',$layout_info->layout_srl)}';return false;">{$lang->cmd_layout_management}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($third_menu_list)-->
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue