Files
Froxlor/templates/Maketank/admin/settings/phpinfo.tpl
2016-12-16 13:23:16 +01:00

17 lines
276 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />&nbsp;
{$lng['admin']['phpinfo']}
</h2>
</header>
<section>
<table class="full">
{$phpinfo}
</table>
</section>
</article>
$footer