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

fileleft.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: 9af5e1cfac426005d0c41476dab0d3de892dc8a9 (plain)
1
2
3
4
5
6
7
8
9
10
{foreach key=subpackage item=files from=$fileleftindex}
	{if $subpackage != ""}subpackage <b>{$subpackage}</b><br>{/if}
  <div class="package">
	{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}
  </div><br />
{/foreach}