mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
13 lines
No EOL
329 B
PHP
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>
|