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

footer.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: 88cd9a33846ef3df92c69e4665406ac1b7ebd57e (plain)
1
2
3
4
5
6
7
8
{if !$index}
	<div id="credit">
		<hr />
		Documentation generated on {$date} by <a href="{$phpdocwebsite}" target="_blank">phpDocumentor {$phpdocversion}</a>
	</div>
{/if}
</body>
</html>