mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 207, change template code that use variable in <load> node
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9537 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef5a669ee2
commit
03a61d7b99
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<load target="../../admin/tpl/js/admin.js" usecdn="true" />
|
||||
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
|
||||
<load target="../../admin/tpl/css/admin_{$lang_type}.css" usecdn="true" />
|
||||
<load cond="$lang_type=='ko'" target="../../admin/tpl/css/admin_ko.css" usecdn="true" />
|
||||
<load cond="$lang_type=='en'" target="../../admin/tpl/css/admin_en.css" usecdn="true" />
|
||||
<load target="js/generate_code.js" usecdn="true" />
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
@ -37,4 +38,4 @@
|
|||
<include target="widget_generate_code.filebox.html" />
|
||||
<include target="widget_generate_code.multilang.html" />
|
||||
<include target="widget_generate_code.multilang.textarea.html" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue