17 lines
307 B
Smarty
17 lines
307 B
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />
|
|
{$lng['admin']['phpinfo']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="dboarditemfull bradius">
|
|
<table width="100%">
|
|
{$phpinfo}
|
|
</table>
|
|
</section>
|
|
</article>
|
|
$footer
|