shoppingmallv2 init...
This commit is contained in:
parent
2c0a1bae4d
commit
534f1df569
@ -60,10 +60,10 @@
|
|||||||
<nav class="nav"></nav>
|
<nav class="nav"></nav>
|
||||||
<nav class="nav justify-content-center">
|
<nav class="nav justify-content-center">
|
||||||
<?= $this->renderSection('content') ?>
|
<?= $this->renderSection('content') ?>
|
||||||
<?= $this->include($viewDatas['layout']['path'] . '/../common/content_bottom'); ?>
|
|
||||||
</nav>
|
</nav>
|
||||||
<nav class="nav justify-content-end"></nav>
|
<nav class="nav justify-content-end"></nav>
|
||||||
</div>
|
</div>
|
||||||
|
<?= $this->include($viewDatas['layout']['path'] . '/../common/content_bottom'); ?>
|
||||||
<nav id="tail" class="navbar navbar-expand-lg" style="background-color:white">
|
<nav id="tail" class="navbar navbar-expand-lg" style="background-color:white">
|
||||||
<?= $this->include($viewDatas['layout']['path'] . '/../common/copyright'); ?>
|
<?= $this->include($viewDatas['layout']['path'] . '/../common/copyright'); ?>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user