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

examplesource.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: 8b8c94fc00b0c4c781528d357fc17332253b67a5 (plain)
1
2
3
4
5
6
{include file="header.tpl" title=$title}
<h1 align="center">{$title}</h1>
<div class="src-code"><span class="php">
{$source}
</span></div>
{include file="footer.tpl"}