mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@332 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
860897db6a
commit
23e94c5b1b
2 changed files with 20 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
<!--#include("./common/tpl/common_header.html")-->
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window,'load', function() { loadTreeMenu("{$layout_info->menu->main_menu->xml_file}", "main_menu", "menu", "menu"); });
|
||||
xAddEventListener(window,'load', function() { loadTreeMenu("{$main_menu->xml_file}", "main_menu", "menu", "menu"); });
|
||||
</script>
|
||||
|
||||
<div style="height:50px;border:1px solid;margin-bottom:10px;">
|
||||
{$layout_info->top_title}
|
||||
</div>
|
||||
<div>
|
||||
<div id="menu" style="position:absolute;"></div>
|
||||
<div id="content" style="margin-left:150px;">{$content}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue