summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/page.tpl
blob: db2cd607482d65e3711a34368907b0e13730efa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{include file="header.tpl" eltype="Procedural file" class_name=$name hasel=true contents=$pagecontents}

<br>
<br>

{if $classes}
<div class="contents">
{if $tutorial}
<span class="maintutorial">Main Tutorial: {$tutorial}</span>
{/if}
<h2>Classes:</h2>
{section name=classes loop=$classes}
<dt>{$classes[classes].link}</dt>
	<dd>{$classes[classes].sdesc}</dd>
{/section}
</div><br /><br />
{/if}

<h2>Page Details:</h2>
{include file="docblock.tpl" type="page"}
<br /><br />
{include file="include.tpl"}
<br /><br />
{include file="global.tpl"}
<br /><br />
{include file="define.tpl"}
<br />
{include file="function.tpl"}

{include file="footer.tpl"}