mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Convert common/tpl/*_layout files to template v2
This commit is contained in:
parent
9d5dff5371
commit
e0c396bb3e
3 changed files with 65 additions and 46 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<load target="../../modules/admin/tpl/css/admin.bootstrap.css" />
|
||||
<load target="../../modules/admin/tpl/css/admin.css" />
|
||||
@version(2)
|
||||
@load('../../modules/admin/tpl/css/admin.bootstrap.css')
|
||||
@load('../../modules/admin/tpl/css/admin.css')
|
||||
<div class="x popup">
|
||||
{$content|noescape}
|
||||
{{ $content|noescape }}
|
||||
</div>
|
||||
<script>
|
||||
jQuery(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue