planet 모듈에 레이아웃 적용하도록 코드 적용

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5173 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-24 01:39:53 +00:00
parent 2486044777
commit 5bb59ae170
6 changed files with 22 additions and 3 deletions

View file

@ -31,6 +31,7 @@
$args->browser_title = Context::get('browser_title');
$args->is_default = Context::get('is_default');
$args->skin = Context::get('planet_default_skin');
$args->layout_srl = Context::get('layout_srl');
$args->module = 'planet';
$args->module_srl = $is_registed?$config->module_srl:getNextSequence();