Files
Froxlor/templates/Sparkle/admin/settings/phpinfo.tpl
Roman Schmerold (BNoiZe) 675e93b99a Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2013-12-29 16:39:47 +01:00

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