From b4a03696523c1a24a6e7cb4a6c41bf9b9f2b6984 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 17:16:36 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Config/Constants.php | 2 +- app/Views/front/sitepage/index.php | 1 - app/Views/layouts/front.php | 2 +- app/Views/layouts/front/top_menu.php | 4 ++-- .../front/top_menu/top_menu_aboutus.php | 4 ++-- ...top_menu_life.php => top_menu_network.php} | 6 ++--- ..._menu_computer.php => top_menu_server.php} | 6 ++--- .../front/top_menu/top_menu_support.php | 4 ++-- app/Views/layouts/front/top_navigator.php | 1 - .../front/top_navigator/top_center.php | 7 ++++-- app/Views/templates/front/header.php | 24 ++++++++++--------- app/Views/templates/front/index_head.php | 4 ++-- public/css/front.css | 23 ++++++++++-------- public/css/front/content.css | 20 ++++++++++++---- public/css/front/left_menu.css | 20 +++++++++------- public/css/front/top_menu.css | 10 ++++---- public/css/front/top_navigator.css | 12 +++++++++- public/css/style.css | 4 ++++ 18 files changed, 93 insertions(+), 61 deletions(-) rename app/Views/layouts/front/top_menu/{top_menu_life.php => top_menu_network.php} (51%) rename app/Views/layouts/front/top_menu/{top_menu_computer.php => top_menu_server.php} (52%) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index eae28c3..f3cc801 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -206,7 +206,7 @@ define('ICONS', [ 'FLAG' => '', 'SEARCH' => '', 'EXCEL' => '', - 'HOME' => '', + 'HOME' => '', 'IMAGE_FILE' => '', ]); define('CLASS_ICONS', [ diff --git a/app/Views/front/sitepage/index.php b/app/Views/front/sitepage/index.php index e31e7e2..a316a14 100644 --- a/app/Views/front/sitepage/index.php +++ b/app/Views/front/sitepage/index.php @@ -11,7 +11,6 @@ -
tail) ?>
endSection() ?> \ No newline at end of file diff --git a/app/Views/layouts/front.php b/app/Views/layouts/front.php index a074435..c110461 100644 --- a/app/Views/layouts/front.php +++ b/app/Views/layouts/front.php @@ -42,7 +42,7 @@