summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/classleft.tpl
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}