From 1c3aa9003fd476f4d7cd580aec49680d9b713048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 8 Aug 2023 18:39:19 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Config/Constants.php | 2 +- app/Views/templates/front/index_head.php | 8 ++-- public/css/front/content.css | 44 ++++++++++++++---- public/css/front/top_menu.css | 55 ++++++++++++++--------- public/images/common/excel.png | Bin 0 -> 881 bytes public/images/common/home.gif | Bin 1174 -> 0 bytes 6 files changed, 76 insertions(+), 33 deletions(-) create mode 100644 public/images/common/excel.png delete mode 100644 public/images/common/home.gif diff --git a/app/Config/Constants.php b/app/Config/Constants.php index f3cc801..fd22d30 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -205,7 +205,7 @@ define('ICONS', [ 'SETUP' => '', 'FLAG' => '', 'SEARCH' => '', - 'EXCEL' => '', + 'EXCEL' => '', 'HOME' => '', 'IMAGE_FILE' => '', ]); diff --git a/app/Views/templates/front/index_head.php b/app/Views/templates/front/index_head.php index d8c711a..9d4987d 100644 --- a/app/Views/templates/front/index_head.php +++ b/app/Views/templates/front/index_head.php @@ -1,14 +1,14 @@