mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
Fix path normalization problem
This commit is contained in:
parent
6085b82d19
commit
fefd3dd895
8 changed files with 62 additions and 18 deletions
|
|
@ -1,9 +1,9 @@
|
|||
@version(2)
|
||||
|
||||
@php
|
||||
<?php
|
||||
$foobar = 'Rhymix Template';
|
||||
$globalonly = 'Context Variable';
|
||||
@endphp
|
||||
?>
|
||||
|
||||
<div class="global">
|
||||
@include ('incl/scopetest1.html')
|
||||
|
|
@ -14,5 +14,5 @@
|
|||
</div>
|
||||
|
||||
<div class="test2">
|
||||
@include ('incl/scopetest2.html', ['foobar' => 'Included #2'])
|
||||
<include src="incl/scopetest2.html" vars="['foobar' => 'Included #2']" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue