플래닛 모듈의 레이아웃 설정시 설정된 값이 나오지 않던 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5174 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-24 01:41:44 +00:00
parent 5bb59ae170
commit 730edcb33a
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@
$config->is_default = $dummy->is_default;
$config->module_srl = $dummy->module_srl;
$config->browser_title = $dummy->browser_title;
$config->layout_srl = $dummy->layout_srl;
if($config->logo_image) $config->logo_image = context::getFixUrl($config->logo_image);
}
return $config;

View file

@ -30,7 +30,7 @@
<select name="layout_srl">
<option value="0">{$lang->notuse}</option>
<!--@foreach($layout_list as $key => $val)-->
<option value="{$val->layout_srl}" <!--@if($module_info->layout_srl==$val->layout_srl)-->selected="selected"<!--@end-->>{$val->title} ({$val->layout})</option>
<option value="{$val->layout_srl}" <!--@if($config->layout_srl==$val->layout_srl)-->selected="selected"<!--@end-->>{$val->title} ({$val->layout})</option>
<!--@end-->
</select>
<p>{$lang->about_layout}</p>