fenom/sandbox/templates/bug241/recursive.tpl

3 lines
64 B
Smarty
Raw Normal View History

2016-10-09 23:40:37 +03:00
{if $n < 10}
{include 'bug241/recursive.tpl' n=$n - 1}
{/if}