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

top_frame.tpl « templates « phpedit « 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: 3271631cdaac0028d2a4a22c410829d08704aea6 (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>