From 67be515d7fc95237dfcc448bd72ff5ed16427cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Thu, 3 Aug 2023 18:52:43 +0900 Subject: [PATCH] shoppingmall init... --- app/Views/layouts/admin/left_menu.php | 1 + .../layouts/front/left_menu/shoppingmall.php | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/Views/layouts/admin/left_menu.php b/app/Views/layouts/admin/left_menu.php index 03a3677..7ebd6ca 100644 --- a/app/Views/layouts/admin/left_menu.php +++ b/app/Views/layouts/admin/left_menu.php @@ -5,5 +5,6 @@
include($layout['path'] . '/left_menu/base'); ?> include($layout['path'] . '/left_menu/board'); ?> + include($layout['path'] . '/left_menu/shoppingmall'); ?>
\ No newline at end of file diff --git a/app/Views/layouts/front/left_menu/shoppingmall.php b/app/Views/layouts/front/left_menu/shoppingmall.php index f298c60..2b1a947 100644 --- a/app/Views/layouts/front/left_menu/shoppingmall.php +++ b/app/Views/layouts/front/left_menu/shoppingmall.php @@ -1,9 +1,16 @@ +
+

+ +

+ +
+ \ No newline at end of file