shoppingmallv2 init...
This commit is contained in:
parent
b1c859d562
commit
800e5752dd
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user