blob: 053bf8d434c4b22a7eab6ac4cc3660e137b4ac0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php if (! $this->compact): ?>
<div class="controls">
<?= $tabs; ?>
</div>
<?php endif ?>
<div class="content">
<h1>Boxy Dashboard Configuration</h1>
<?=$this->form; ?>
</div>
|