HosipLan

Untitled

Jan 2nd, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.16 KB | None | 0 0
  1. {block #leaf}
  2. {foreach $leaf->children as $child}
  3.     {$child->name}
  4.     {if $child->hasChildren()}
  5.         {include #leaf, leaf => $child}
  6.     {/if}
  7. {/foreach}
  8.  
  9. {/block}
Advertisement
Add Comment
Please, Sign In to add comment