= html_entity_decode($viewDatas['category']->head) ?>
-
- = $this->include('templates/front/index_head') ?>
+ = $this->include('templates/front/index_head_product') ?>
diff --git a/app/Views/templates/front/index_head_product.php b/app/Views/templates/front/index_head_product.php
new file mode 100644
index 0000000..970b2ee
--- /dev/null
+++ b/app/Views/templates/front/index_head_product.php
@@ -0,0 +1,18 @@
+
+
+ 페이지정보 : = $viewDatas['page'] ?>/= $viewDatas['total_page'] ?>
+
+
+ = anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&order_field=price&order_value=ASC', '판매가순', ["class" => "btn btn-sm btn-info btn-circle", "target" => "_self"]) ?>
+ = anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&order_field=view_cnt&order_value=DESC', '인기순', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
+
+
+ = form_open(current_url(), array("method" => "get")) ?>
+ = form_input('word', $viewDatas['word']) ?>
+ = form_submit('', '검색하기') ?>
+ = anchor(current_url() . '/excel?' . $viewDatas['uri']->getQuery(), ICONS['EXCEL'], ["target" => "_self"]) ?>
+ = form_close() ?>
+
+
+