Files
Froxlor/templates/Sparkle/admin/settings/phpinfo.tpl
Michael Kaufmann 370ccbdb74 refactor global array
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2018-12-21 20:51:44 +01:00

17 lines
300 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />&nbsp;
{\Froxlor\I18N\Lang::getAll()['admin']['phpinfo']}
</h2>
</header>
<section>
<table class="full">
{$phpinfo}
</table>
</section>
</article>
$footer