shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-23 09:38:00 +09:00
parent c5e7ae838b
commit 2c0a1bae4d

View File

@ -60,6 +60,7 @@
<nav class="nav"></nav>
<nav class="nav justify-content-center">
<?= $this->renderSection('content') ?>
<?= $this->include($viewDatas['layout']['path'] . '/../common/content_bottom'); ?>
</nav>
<nav class="nav justify-content-end"></nav>
</div>