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

docblock.tpl « templates « default « 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: ebe541b8abf4fe22732a395e579e7623aeef7526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{if $sdesc != ''}
<p align="center"><strong>{$sdesc|default:''}
</strong></p>
{/if}
{if $desc != ''}{$desc|default:''}{/if}
{if count($tags)}
<h4>Tags:</h4>
<ul>
{section name=tag loop=$tags}
	<li><b>{$tags[tag].keyword}</b> - {$tags[tag].data}</li>
{/section}
</ul>
{/if}