fenom/sandbox/templates/bug158/test.tpl

7 lines
135 B
Smarty
Raw Normal View History

2015-06-03 00:13:09 +03:00
{* template:test.tpl *}
{macro test($break = false)}
Test macro recursive
{if $break?}
{macro.test break = true}
{/if}
{/macro}