summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/top_frame.tpl
blob: 806283f447d3625b3e7fca5238905f764aac3ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{include file="header.tpl" top1=true}
{if count($ric) >= 1}
<ul>
{section name=ric loop=$ric}
	<li><a href="{$ric[ric].file}" target="right">{$ric[ric].name}</a></li>
{/section}
</ul>
{/if}
<h1>Packages</h1>
<ul>
{section name=p loop=$packages}
	<li><a class="package" href='{$packages[p].link}' target='left_bottom'>{$packages[p].title}</a></li>
{/section}
</ul>
</body>
</html>