Skip to content

Commit

Permalink
Fix dashboard layout closing elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Dec 6, 2022
1 parent 4b60b2d commit 8cfcd74
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions templates/layout/examples/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ class="navbar-toggler position-absolute d-md-none collapsed" type="button"
$this->end();

$this->start('tb_body_end');
echo '</body>';
?>
</main>
</div>
</div>
</body>
<?php
$this->end();

echo $this->fetch('content');

$this->append('footer', '</main></div></div>');

0 comments on commit 8cfcd74

Please sign in to comment.