diff --git a/app/Views/front/product/index.php b/app/Views/front/product/index.php
index 4fc3fa4..b20cf9d 100644
--- a/app/Views/front/product/index.php
+++ b/app/Views/front/product/index.php
@@ -13,7 +13,7 @@
= $this->include('templates/front/index_head') ?>
= form_close() ?>
-
+ |
= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&v=_list', 'List', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
diff --git a/app/Views/front/product/index_list.php b/app/Views/front/product/index_list.php
index 3acc478..7137de5 100644
--- a/app/Views/front/product/index_list.php
+++ b/app/Views/front/product/index_list.php
@@ -13,7 +13,7 @@
= $this->include('templates/front/index_head') ?>
= form_close() ?>
-
+ |
= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey(), 'Block', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|