Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tutorial_tree.tpl « templates « default « templates « frames « HTML « Converters « phpDocumentor « PhpDocumentor-1.3.2 « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 617b565411feebfb01824ff2c60136ed361baa14 (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}