summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/examplesource.tpl
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"}