summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/filesource.tpl
blob: 239f7b41f00c4e07ebac2f4b7085a8a58aa589dc (plain)
1
2
3
4
5
6
7
8
{capture name="tutle"}File Source for {$name}{/capture}
{include file="header.tpl" title=$smarty.capture.tutle}
<h1>Source for file {$name}</h1>
<p>Documentation is available at {$docs}</p>
<div class="src-code">
{$source}
</div>
{include file="footer.tpl"}