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@329 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
79ac997400
commit
1a62c23c70
5 changed files with 42 additions and 9 deletions
10
layouts/sample_layout/layout.html
Normal file
10
layouts/sample_layout/layout.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!--#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", "haha"); });
|
||||
</script>
|
||||
|
||||
<div id="menu" style="float:left;margin-right:20px;"></div>
|
||||
<div id="content" style="float:left;">{$content}</div>
|
||||
|
||||
<!--#include("./common/tpl/common_footer.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue