Fix bug: invalid cache name then templates extends via array

This commit is contained in:
bzick
2015-01-06 21:35:42 +03:00
parent 2fbb6b44e4
commit ae592d22c7
8 changed files with 45 additions and 154 deletions

View File

@ -0,0 +1,4 @@
{block 'body'}
do extend
{/block}

View File

@ -0,0 +1,7 @@
<html>
<body>
{block 'body'}
nothing to do there
{/block}
</body>
</html>