mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
parent
edf2a4c76a
commit
4ca3bdccc6
4 changed files with 13 additions and 13 deletions
7
modules/admin/tpl/_admin_common.html
Normal file
7
modules/admin/tpl/_admin_common.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<load target="css/admin.bootstrap.css" />
|
||||
<load target="css/admin.iefix.css" />
|
||||
<load target="./../../../common/css/xeicon/xeicon.css" />
|
||||
<load target="css/admin.css" />
|
||||
<load target="js/admin.js" />
|
||||
<load target="js/jquery.tmpl.js" />
|
||||
<load target="js/jquery.jstree.js" />
|
||||
|
|
@ -1,10 +1,4 @@
|
|||
<load target="css/admin.bootstrap.css" />
|
||||
<load target="css/admin.iefix.css" />
|
||||
<load target="./../../../common/css/xeicon/xeicon.css" />
|
||||
<load target="css/admin.css" />
|
||||
<load target="js/admin.js" />
|
||||
<load target="js/jquery.tmpl.js" />
|
||||
<load target="js/jquery.jstree.js" />
|
||||
<include target="./_admin_common.html" />
|
||||
{Context::addMetaTag("viewport", "width=device-width, user-scalable=yes")}
|
||||
<script>
|
||||
var admin_menu_srl = "{$admin_menu_srl}";
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
<load target="css/admin.bootstrap.css" />
|
||||
<load target="css/admin.iefix.css" />
|
||||
<load target="css/admin.css" />
|
||||
<load target="js/admin.js" />
|
||||
<load target="js/jquery.tmpl.js" />
|
||||
<load target="js/jquery.jstree.js" />
|
||||
<include target="./_admin_common.html" />
|
||||
<div class="x">
|
||||
<div class="content" id="content">
|
||||
{$content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue