summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/__tags.tpl
blob: 221830c407b485ce324f8a57722059bdccc79578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="tag-list">
    {section name=tag loop=$tags}
        {if $tags[tag].keyword != "abstract" &&
            $tags[tag].keyword != "access" &&
            $tags[tag].keyword != "static" &&
	    $tags[tag].keyword != "version"
	}

            <strong>{$tags[tag].keyword|capitalize}:</strong> 
            {$tags[tag].data}<br />
        {/if}
    {/section}
</div>