Files
Froxlor/templates/Sparkle/admin/settings/phpinfo.tpl
BNoiZe 6d12ad9986 Merge pull request #117 from BNoiZe/master
Fixes for installtion screen
2013-10-04 18:56:18 +02:00

17 lines
307 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">
<table width="100%">
{$phpinfo}
</table>
</section>
</article>
$footer