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

classleft.tpl « templates « default « 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: 7d7de89a820275333058493741357576b26fdbc3 (plain)
1
2
3
4
5
6
7
8
{foreach key=subpackage item=files from=$classleftindex}
	{if $subpackage != ""}<b>{$subpackage}</b><br>{/if}
	{section name=files loop=$files}
		{if $files[files].link != ''}<a href="{$files[files].link}">{/if}
		{$files[files].title}
		{if $files[files].link != ''}</a>{/if}<br>
	{/section}
{/foreach}