mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
12 lines
415 B
HTML
12 lines
415 B
HTML
<!--#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"); });
|
|
</script>
|
|
|
|
<div>
|
|
<div id="menu" style="position:absolute;"></div>
|
|
<div id="content" style="margin-left:150px;">{$content}</div>
|
|
</div>
|
|
|
|
<!--#include("./common/tpl/common_footer.html")-->
|