12 lines
259 B
PHP
12 lines
259 B
PHP
|
|
||
|
<!-- widget "config" -->
|
||
|
<div>
|
||
|
<p>Jilo web configuration</p>
|
||
|
<?php
|
||
|
include '../app/helpers/render.php';
|
||
|
renderConfig($config);
|
||
|
echo "\n";
|
||
|
?>
|
||
|
</div>
|
||
|
<!-- /widget "config" -->
|