shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-07 15:38:46 +09:00
parent 4e8e99fa00
commit f1502770b1

View File

@ -5,7 +5,7 @@
<nav class="nav justify-content-center"></nav>
<ul class="nav justify-content-end">
<li class="nav-item">
<a href="/"><?= ICONS['HOME'] ?></a> > <?= $viewDatas['parent_category']->getTitle() ?> > <?= $viewDatas['category']->getTitle() ?>
<?= ICONS['HOME'] ?> > <?= $viewDatas['parent_category']->getTitle() ?> > <?= $viewDatas['category']->getTitle() ?>
</li>
</ul>
</div>