fenom/sandbox/templates/bug158/test.tpl
2015-06-03 00:13:09 +03:00

7 lines
135 B
Smarty

{* template:test.tpl *}
{macro test($break = false)}
Test macro recursive
{if $break?}
{macro.test break = true}
{/if}
{/macro}