summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_tree.tpl
blob: d5a18355949183e8a04cdcc31844f18460b6fc20 (plain)
1
2
3
4
5
6
<div><a href="{$main.link}" target="right">{$main.title|strip_tags}</a></div>
{if $haskids}
<div style="margin-left: 1em">
	{$kids}
</div>
{/if}