调整template相关test case

This commit is contained in:
Gaozhen Ying
2017-10-26 20:17:43 +08:00
parent 0ba3eb1c9c
commit 4005af6f26
11 changed files with 318 additions and 314 deletions

View File

@@ -0,0 +1,17 @@
{layout name="layout2" replace="[__REPLACE__]" /}
{block name="head"}{/block}
<div id="wrap">
{include file="include" name="info" value="$info.value" /}
{block name="main"}
{block name="side"}
side
{/block}
{block name="mainbody"}
{/block}
{/block}
{literal}
{$name}
{/literal}
<?php echo 'php code'; ?>
</div>