mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
17
modules/homepage/tpl/_header.html
Normal file
17
modules/homepage/tpl/_header.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!--%import("../../admin/tpl/css/font.css")-->
|
||||
<!--%import("../../admin/tpl/css/pagination.css")-->
|
||||
<!--%import("../../admin/tpl/css/admin.css")-->
|
||||
<!--%import("./js/homepage.js",optimized=false)-->
|
||||
<div id="xeAdmin">
|
||||
|
||||
<h3 class="xeAdmin">{$lang->cafe_admin}</h3>
|
||||
|
||||
<div class="header4">
|
||||
<ul class="localNavigation">
|
||||
{@$_s = false; }
|
||||
<!--@foreach($lang->cmd_admin_menus as $key => $val)-->
|
||||
<li <!--@if($key==$act || (!$_s && $key=='dispHomepageMidSetup'))-->{@$_s=true}class="on"<!--@end-->><a href="{getUrl('act', $key)}" <!--@if($act==$val)-->class="selected"<!--@end-->>{$val}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue