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

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