summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/examplesource.tpl
blob: c9ed8b860ebb813f53f2f9ef04480a4c014d51cf (plain)
1
2
3
4
5
6
{include file="header.tpl" title=$title}
<h1 align="center">{$title}</h1>
<div class="php">
{$source}
</div>
{include file="footer.tpl"}