shoppingmallv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-05 23:32:50 +09:00
parent b1c859d562
commit 800e5752dd
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<?= $this->include('templates/front/index_head') ?>
<?= form_close() ?>
</td>
<td width="10%">
<td width="10%" style="text-align:right; padding-right:10px;">
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&v=_list', 'List', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
</td>
</tr>

View File

@ -13,7 +13,7 @@
<?= $this->include('templates/front/index_head') ?>
<?= form_close() ?>
</td>
<td width="10%">
<td width="10%" style="text-align:right; padding-right:10px;">
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey(), 'Block', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
</td>
</tr>