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

ric.tpl « templates « default « templates « frames « 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: eff734c1d5c75302bd48fc403392d649ba08c7b4 (plain)
1
2
3
4
5
6
{include file="header.tpl"}
<h1 align="center">{$name}</h1>
<pre>
{$contents|htmlentities}
</pre>
{include file="footer.tpl"}