diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 73ef039..8b6fbd1 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -240,6 +240,20 @@ define('CLASS_ICONS', [ 'CARD' => '', 'DEPOSIT' => '', ]); +define('CLASS_TOP_BANNER', [ + 'USER' => '', + 'USERSNS' => '', + 'BOARD' => '', + 'SITEPAGE' => '', + 'CATEGORY' => '', + 'PRODUCT' => '', + 'ORDER' => '', + 'PAYMENT' => '', + 'ECOMMERCE' => '', + 'CART' => '', + 'CARD' => '', + 'DEPOSIT' => '', +]); define('AUDIOS', [ 'Alram_GetEmail' => '', ]); diff --git a/app/Controllers/Front/FrontController.php b/app/Controllers/Front/FrontController.php index 30af901..f142507 100644 --- a/app/Controllers/Front/FrontController.php +++ b/app/Controllers/Front/FrontController.php @@ -30,7 +30,7 @@ abstract class FrontController extends BaseController { $this->_category ?: throw new \Exception("분류를 지정하지 않으셨습니다."); $this->_viewDatas['category'] = $this->getCategoryModel()->getEntity([$this->getCategoryModel()->getPrimaryKey() => $this->_category]); - $this->_viewDatas['parent_category'] = $this->getCategoryModel()->getEntity([$this->getCategoryModel()->getPrimaryKey() => $this->_viewDatas['category']->getHierarchy_ParentUID()]); + // $this->_viewDatas['parent_category'] = $this->getCategoryModel()->getEntity([$this->getCategoryModel()->getPrimaryKey() => $this->_viewDatas['category']->getHierarchy_ParentUID()]); switch ($action) { case 'insert': $category_field = CATEGORY_ROLE_FIELDS['WRITE']; diff --git a/app/Views/layouts/front.php b/app/Views/layouts/front.php index c110461..8b0fe17 100644 --- a/app/Views/layouts/front.php +++ b/app/Views/layouts/front.php @@ -33,9 +33,7 @@
diff --git a/public/images/banner/sub_visual1.jpg b/public/images/banner/sub_visual1.jpg new file mode 100644 index 0000000..df85468 Binary files /dev/null and b/public/images/banner/sub_visual1.jpg differ diff --git a/public/images/banner/sub_visual2.jpg b/public/images/banner/sub_visual2.jpg new file mode 100644 index 0000000..8699f2b Binary files /dev/null and b/public/images/banner/sub_visual2.jpg differ diff --git a/public/images/banner/sub_visual3.jpg b/public/images/banner/sub_visual3.jpg new file mode 100644 index 0000000..4ee3220 Binary files /dev/null and b/public/images/banner/sub_visual3.jpg differ diff --git a/public/images/banner/sub_visual4.jpg b/public/images/banner/sub_visual4.jpg new file mode 100644 index 0000000..6708503 Binary files /dev/null and b/public/images/banner/sub_visual4.jpg differ diff --git a/public/images/common/hpdl360g6.jpg b/public/images/common/hpdl360g6.jpg deleted file mode 100644 index 132c31c..0000000 Binary files a/public/images/common/hpdl360g6.jpg and /dev/null differ