From 13238f50f2c7d05e22a65e620ab910e70f26cc01 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 24 Dec 2008 06:23:12 +0000 Subject: [PATCH] =?UTF-8?q?=ED=94=8C=EB=9E=98=EB=8B=9B=EC=97=90=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95=EB=90=9C=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=EC=9D=84=20=EA=B0=81=20=EA=B0=9C=EB=B3=84=20=ED=94=8C?= =?UTF-8?q?=EB=9E=98=EB=8B=9B=EC=97=90=EC=84=9C=EB=8F=84=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95.=20=EC=99=B8=EB=B6=80=20action=20forward=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5175 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/planet/planet.view.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/planet/planet.view.php b/modules/planet/planet.view.php index 6abae37df..b7c20d064 100644 --- a/modules/planet/planet.view.php +++ b/modules/planet/planet.view.php @@ -11,11 +11,14 @@ * @brief 초기화 **/ function init() { + + if(!preg_match('/planet/i', $this->act)) return; /** * @brief 플래닛 모듈의 기본 설정은 view에서는 언제든지 사용하도록 load하여 Context setting **/ $oPlanetModel = &getModel('planet'); Context::set('config',$this->config = $oPlanetModel->getPlanetConfig()); + $this->module_info->layout_srl = $this->config->layout_srl; /** * 스킨이 없으면 플래닛 기본 설정의 스킨으로 설정