mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Allow use, include, and load directives to appear anywhere in a line
This commit is contained in:
parent
11ef5dcfff
commit
66980edab1
5 changed files with 23 additions and 19 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<config version="2" />
|
||||
|
||||
@use('Rhymix\Framework\Push', 'Push')
|
||||
@include('^/common/tpl/refresh.html')
|
||||
@load('^/common/js/plugins/ckeditor/')
|
||||
@load('css/style.css')
|
||||
<div>@include('^/common/tpl/refresh.html')</div>
|
||||
<div>@load('^/common/js/plugins/ckeditor/')</div>
|
||||
<load src="css/style.css" media="print" />
|
||||
|
||||
<?php
|
||||
$foo = 'FOOFOOFOO';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue