Remove tmp templates

This commit is contained in:
bzick 2013-02-20 18:02:00 +04:00
parent 272f9ab8f3
commit e54dd63a51
6 changed files with 0 additions and 23 deletions

View File

@ -1,4 +0,0 @@
{extends "parent.tpl"}
{block blk1}
<b>blk1.{$a}</b>
{/block}

View File

@ -1,4 +0,0 @@
{extends "child1.tpl"}
{block blk2}
<b>blk2.{$a}</b>
{/block}

View File

@ -1,9 +0,0 @@
{extends "child2.tpl"}
{block blk1}
<b>blk1.{$a} (overwritten)</b>
{/block}
{block blk3}
<b>blk3.{$a}</b>
{/block}

View File

@ -1,4 +0,0 @@
Parent template
Block1: {block blk1}{/block}
Block2: {block blk2}{/block}
Block3: {block blk3}default{/block}

View File

@ -1 +0,0 @@
Template 1 {$a}

View File

@ -1 +0,0 @@
Template 2 {$b}