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@747 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
17092b4d2f
commit
3392e842f5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
|||
<!--@foreach(Context::getJsFile() as $key => $js_file)-->
|
||||
<script type="text/javascript" src="{$js_file}"></script>
|
||||
<!--@end-->
|
||||
<link rel="stylesheet" HREF="./common/css/default.css" type="text/css" />
|
||||
<link rel="stylesheet" href="./common/css/default.css" type="text/css" />
|
||||
<!--@foreach(Context::getCssFile() as $key => $css_file)-->
|
||||
<link rel="stylesheet" HREF="{$css_file}" type="text/css" />
|
||||
<link rel="stylesheet" href="{$css_file}" type="text/css" />
|
||||
<!--@end-->
|
||||
<script type="text/javascript">
|
||||
var zbxe_url = "{$zbxe_url}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue