diff --git a/modules/plugin/tpl/css/plugin.css b/modules/plugin/tpl/css/plugin.css
index 4683a0e8e..abab5f6f5 100644
--- a/modules/plugin/tpl/css/plugin.css
+++ b/modules/plugin/tpl/css/plugin.css
@@ -1,3 +1,4 @@
+@charset "utf-8";
.plugin_detail_info_window {
width:600px;
clear:both;
diff --git a/modules/plugin/tpl/downloaded_plugin_list.html b/modules/plugin/tpl/downloaded_plugin_list.html
index 77a65b441..b44b43408 100644
--- a/modules/plugin/tpl/downloaded_plugin_list.html
+++ b/modules/plugin/tpl/downloaded_plugin_list.html
@@ -1,33 +1,33 @@
-
-
- | {$lang->plugin_name} |
- {$lang->version} |
- {$lang->author} |
- {$lang->date} |
- {$lang->path} |
- {$lang->cmd_generate_code} |
- {$lang->plugin_info} |
-
-
-
-
- {$val->title}
- ({$val->plugin})
- |
- {$val->version} |
- {$val->author->name} |
- {$val->author->date} |
- {$val->path} |
- {$lang->cmd_generate_code} |
- {$lang->cmd_view} |
-
-
- |
- {nl2br($val->author->description)}
- |
-
-
-
+
+
+ | {$lang->plugin_name} |
+ {$lang->version} |
+ {$lang->author} |
+ {$lang->date} |
+ {$lang->path} |
+ {$lang->cmd_generate_code} |
+ {$lang->plugin_info} |
+
+
+
+
+ {$val->title}
+ ({$val->plugin})
+ |
+ {$val->version} |
+ {$val->author->name} |
+ {$val->author->date} |
+ {$val->path} |
+ {$lang->cmd_generate_code} |
+ {$lang->cmd_view} |
+
+
+ |
+ {nl2br($val->author->description)}
+ |
+
+
+
diff --git a/modules/plugin/tpl/filter/generate_code.xml b/modules/plugin/tpl/filter/generate_code.xml
index 5d8984f14..bdb4177f6 100644
--- a/modules/plugin/tpl/filter/generate_code.xml
+++ b/modules/plugin/tpl/filter/generate_code.xml
@@ -1,7 +1,7 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/modules/plugin/tpl/filter/generate_code_in_page.xml b/modules/plugin/tpl/filter/generate_code_in_page.xml
index 38fc5df33..6500d8f5e 100644
--- a/modules/plugin/tpl/filter/generate_code_in_page.xml
+++ b/modules/plugin/tpl/filter/generate_code_in_page.xml
@@ -1,7 +1,7 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/modules/rss/conf/info.xml b/modules/rss/conf/info.xml
index b50d7d51e..d4e3676ae 100644
--- a/modules/rss/conf/info.xml
+++ b/modules/rss/conf/info.xml
@@ -1,11 +1,8 @@
- RSS
- RSS
-
- 제로
- zero
- RSS 관리 모듈
- rss management
-
+ RSS
+
+ 제로
+ RSS 출력을 담당하는 모듈
+
diff --git a/modules/rss/conf/module.xml b/modules/rss/conf/module.xml
index 0b2f74928..d670e600a 100644
--- a/modules/rss/conf/module.xml
+++ b/modules/rss/conf/module.xml
@@ -2,7 +2,7 @@
-
-
+
+
diff --git a/modules/rss/rss.class.php b/modules/rss/rss.class.php
index 37c5371b8..a5ecf3461 100644
--- a/modules/rss/rss.class.php
+++ b/modules/rss/rss.class.php
@@ -17,6 +17,11 @@
* @brief 설치시 추가 작업이 필요할시 구현
**/
function moduleInstall() {
+ // action forward에 등록 (관리자 모드에서 사용하기 위함)
+ $oModuleController = &getController('module');
+ $oModuleController->insertActionFoward('rss', 'view', 'dispRssAdminConfig');
+ $oModuleController->insertActionFoward('rss', 'controller', 'dispRssAdminInsertConfig');
+
return new Object();
}
diff --git a/modules/rss/rss.controller.php b/modules/rss/rss.controller.php
index 3876d17b6..d053c85f2 100644
--- a/modules/rss/rss.controller.php
+++ b/modules/rss/rss.controller.php
@@ -19,7 +19,7 @@
/**
* @brief 설정
**/
- function procInsertConfig() {
+ function procRssAdminInsertConfig() {
// 기본 정보를 받음
$args = Context::gets('rss_disable', 'rss_type');
if($args->rss_disable!='Y') $args->rss_disable = 'N';
diff --git a/modules/rss/rss.view.php b/modules/rss/rss.view.php
index 25e08534a..3d149f7f7 100644
--- a/modules/rss/rss.view.php
+++ b/modules/rss/rss.view.php
@@ -19,7 +19,7 @@
/**
* @brief 설정
**/
- function dispConfig() {
+ function dispRssAdminConfig() {
// 설정 정보를 받아옴 (module model 객체를 이용)
$oModuleModel = &getModel('module');
$config = $oModuleModel->getModuleConfig('rss');
diff --git a/modules/rss/tpl/rss10.html b/modules/rss/tpl/rss10.html
index 0ebc039d2..e4c0ee4fa 100644
--- a/modules/rss/tpl/rss10.html
+++ b/modules/rss/tpl/rss10.html
@@ -1,27 +1,27 @@
{''}
-
- title}]]>
- link}]]>
- description}]]>
-
-
-
-
-
-
-
- {$info->date}
- {$info->language}
- {$info->total_count}
-
-
- -
- title}]]>
- link}]]>
- description}]]>
- {$item->date}
-
-
+
+ title}]]>
+ link}]]>
+ description}]]>
+
+
+
+
+
+
+
+ {$info->date}
+ {$info->language}
+ {$info->total_count}
+
+
+ -
+ title}]]>
+ link}]]>
+ description}]]>
+ {$item->date}
+
+
diff --git a/modules/rss/tpl/rss20.html b/modules/rss/tpl/rss20.html
index c704f9801..8d0f60210 100644
--- a/modules/rss/tpl/rss20.html
+++ b/modules/rss/tpl/rss20.html
@@ -1,21 +1,21 @@
{''}
-
- title}]]>
- link}]]>
- description}]]>
- {$info->language}
- {$info->date}
- {$info->total_count}
-
- -
- title}]]>
- author}]]>
- link}]]>
- description}]]>
- {$item->date}
-
-
-
+
+ title}]]>
+ link}]]>
+ description}]]>
+ {$info->language}
+ {$info->date}
+ {$info->total_count}
+
+ -
+ title}]]>
+ author}]]>
+ link}]]>
+ description}]]>
+ {$item->date}
+
+
+