Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pkgelementindex.tpl « templates « phpdoc.de « DOM « templates « frames « HTML « Converters « phpDocumentor « PhpDocumentor-1.3.2 « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc283ad0ad99b4f3a687f760dbbf7692a8373270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{include file="header.tpl"}
<a name="top"></a>
<h2>[{$package}] element index</h2>
{if count($packageindex) > 1}
	<h3>Package indexes</h3>
	<ul>
	{section name=p loop=$packageindex}
	{if $packageindex[p].title != $package}
		<li><a href="elementindex_{$packageindex[p].title}.html">{$packageindex[p].title}</a></li>
	{/if}
	{/section}
	</ul>
{/if}
<a href="elementindex.html">All elements</a>
<br />
{include file="basicindex.tpl" indexname=elementindex_$package}
{include file="footer.tpl"}