diff --git a/modules/page/page.admin.view.php b/modules/page/page.admin.view.php
index 65b569266..7bb56d636 100644
--- a/modules/page/page.admin.view.php
+++ b/modules/page/page.admin.view.php
@@ -53,11 +53,10 @@
$args->page_count = 10;
$args->s_module_category_srl = Context::get('module_category_srl');
- $s_mid = Context::get('s_mid');
- if($s_mid) $args->s_mid = $s_mid;
-
- $s_browser_title = Context::get('s_browser_title');
- if($s_browser_title) $args->s_browser_title = $s_browser_title;
+ $search_target_list = array('s_mid','s_browser_title');
+ $search_target = Context::get('search_target');
+ $search_keyword = Context::get('search_keyword');
+ if(in_array($search_target,$search_target_list) && $search_keyword) $args->{$search_target} = $search_keyword;
$output = executeQuery('page.getPageList', $args);
$oModuleModel = &getModel('module');
diff --git a/modules/page/tpl/header.html b/modules/page/tpl/header.html
index 1916b5f47..df8e039a1 100644
--- a/modules/page/tpl/header.html
+++ b/modules/page/tpl/header.html
@@ -1,31 +1,30 @@
{nl2br($lang->about_page)}
- +{nl2br($lang->about_page)}
+
- {$lang->cmd_list}
- {$lang->cmd_back}
-
+ {$module_info->mid}
+