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