summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/filetags.tpl
blob: 77427b0e408e42dfc121ca6bd2c050494e786a7c (plain)
1
2
3
4
5
6
7
{if count($tags) > 0}
<table border="0" cellspacing="0" cellpadding="0">
	{section name=tag loop=$tags}
		<tr><td><strong>{$tags[tag].keyword|capitalize}:</strong>&nbsp;&nbsp;</td><td>{$tags[tag].data}</td></tr>
	{/section}
</table>
{/if}