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

filetags.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: 76598c87e87b7764a3edd42d18c2c46a5079f571 (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}