From 1b57094ae006a80b18f72cc28bca222f45489ecc Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 19 Nov 2008 05:00:05 +0000 Subject: [PATCH] =?UTF-8?q?=ED=94=8C=EB=9E=98=EB=8B=9B=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=EC=9D=80=20=EC=9E=90=EC=B2=B4=EC=A0=81=EC=9D=B8=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=EC=9D=84=20=EC=8A=A4?= =?UTF-8?q?=ED=82=A8=EC=97=90=20=ED=8F=AC=ED=95=A8=ED=95=98=EA=B3=A0=20?= =?UTF-8?q?=EC=9E=88=EC=9C=BC=EB=AF=80=EB=A1=9C=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=EC=9D=84=20=EB=94=B0=EB=A5=B4=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= 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@4893 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 16648c8e4..9b506468b 100644 --- a/modules/planet/planet.view.php +++ b/modules/planet/planet.view.php @@ -40,6 +40,9 @@ $this->grant->access = $oPlanetModel->isAccessGranted(); $this->grant->create = $oPlanetModel->isCreateGranted(); + + // 플래닛은 별도 레이아웃 동작하지 않도록 변경 + Context::set('layout', 'none'); } /**