diff --git a/classes/module/ModuleHandler.class.php b/classes/module/ModuleHandler.class.php
index 2e85c4bd6..09c974759 100644
--- a/classes/module/ModuleHandler.class.php
+++ b/classes/module/ModuleHandler.class.php
@@ -196,7 +196,7 @@
foreach($layout_info->extra_var as $var_id => $val) {
$layout_info->{$var_id} = $val->value;
}
- unset($layout_info->extra_var);
+ //unset($layout_info->extra_var);
}
// 레이아웃 정보중 menu를 Context::set
diff --git a/layouts/sample_layout/layout.html b/layouts/sample_layout/layout.html
index cda6f0085..7d765e10a 100644
--- a/layouts/sample_layout/layout.html
+++ b/layouts/sample_layout/layout.html
@@ -1,5 +1,5 @@
@@ -57,6 +57,11 @@
+
+
+
diff --git a/modules/layout/lang/ko.lang.php b/modules/layout/lang/ko.lang.php
index dd361f4f7..e65b984cf 100644
--- a/modules/layout/lang/ko.lang.php
+++ b/modules/layout/lang/ko.lang.php
@@ -5,6 +5,8 @@
* @brief 레이아웃(layout) 모듈의 기본 언어팩
**/
+ $lang->cmd_layout_management = '레이아웃 설정';
+
$lang->layout_name = '레이아웃 이름';
$lang->menu_count = '메뉴의 수';
$lang->menu_management = '메뉴 관리';
diff --git a/modules/layout/tpl/layout_info.html b/modules/layout/tpl/layout_info.html
index 008ee3fce..9db1252e2 100644
--- a/modules/layout/tpl/layout_info.html
+++ b/modules/layout/tpl/layout_info.html
@@ -47,7 +47,6 @@
{$lang->title} |
|
-
| {$var->name} |
@@ -73,7 +72,11 @@
|
-
+
+
+
+
+
|