summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/fileleft.tpl
blob: 44d254e1e58cfb78f00d5d1d059001db9afe6df0 (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}