shoppingmallv2 init...
This commit is contained in:
parent
b1c859d562
commit
800e5752dd
@ -13,7 +13,7 @@
|
|||||||
<?= $this->include('templates/front/index_head') ?>
|
<?= $this->include('templates/front/index_head') ?>
|
||||||
<?= form_close() ?>
|
<?= form_close() ?>
|
||||||
</td>
|
</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"]) ?>
|
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&v=_list', 'List', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<?= $this->include('templates/front/index_head') ?>
|
<?= $this->include('templates/front/index_head') ?>
|
||||||
<?= form_close() ?>
|
<?= form_close() ?>
|
||||||
</td>
|
</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"]) ?>
|
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey(), 'Block', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user