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 @@
= $this->include($layout['path'] . '/left_menu/base'); ?>
= $this->include($layout['path'] . '/left_menu/board'); ?>
+ = $this->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