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

tutorial_tree.tpl « templates « HandS « templates « Smarty « 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: dd2e581124381dee533a8da6ff619b7b12d94e57 (plain)
1
2
3
4
5
<ul>
	<li type="square"><a href="{$main.link}">{$main.title|strip_tags}</a>
{if $kids}{$kids}</li>{/if}
</ul>