1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/app/Template/config_layout.php
2014-11-23 20:13:38 +01:00

13 lines
No EOL
329 B
PHP

<section id="main">
<div class="page-header">
<h2><?= t('Settings') ?></h2>
</div>
<section class="config-show" id="config-section">
<?= Helper\template('config_sidebar') ?>
<div class="config-show-main">
<?= $config_content_for_layout ?>
</div>
</section>
</section>