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

fileleft.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: 6891714754abd78cfe1a90f71b98c4bcce7f4cbb (plain)
1
2
3
4
5
6
7
8
{foreach key=subpackage item=files from=$fileleftindex}
  <div class="package">
	{if $subpackage != ""}<strong>{$subpackage}</strong><br />{/if}
	{section name=files loop=$files}
		<span style="padding-left: 1em;">{if $files[files].link != ''}<a href="{$files[files].link}">{/if}{$files[files].title}{if $files[files].link != ''}</a>{/if}</span><br />
	{/section}
  </div>
{/foreach}