Files
Froxlor/templates/Sparkle/admin/settings/phpinfo.tpl
Michael Kaufmann (d00p) 10dc017dd1 add phpinfo() in admin-panel, thx to EleRas; fixes #1270
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2013-10-02 09:48:24 +02:00

15 lines
267 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="fullform bradiusodd">
{$phpinfo}
</section>
</article>
$footer