Files
Froxlor/templates/Sparkle/admin/settings/phpinfo.tpl

17 lines
333 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 class="dboarditemfull bradius" style="overflow: scroll;">
<table width="100%">
{$phpinfo}
</table>
</section>
</article>
$footer