From 98a1c865c4516d1ec3b58cfa873edd10f79422d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Thu, 10 Aug 2023 14:51:58 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Views/front/product/index.php | 12 +----------- .../templates/front/index_head_product.php | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 app/Views/templates/front/index_head_product.php diff --git a/app/Views/front/product/index.php b/app/Views/front/product/index.php index 509454f..af54f97 100644 --- a/app/Views/front/product/index.php +++ b/app/Views/front/product/index.php @@ -4,17 +4,7 @@
head) ?>
- - include('templates/front/index_head') ?> + 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 @@ + \ No newline at end of file