Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 6462)
+++ temp/trunk/html/admin/system/module.php	(revision 6557)
@@ -7,16 +7,5 @@
 require_once("../require.php");
 
-//¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹
-class LC_Page {
-	//¥³¥ó¥¹¥È¥é¥¯¥¿
-	function LC_Page() {
-		//¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê
-		$this->tpl_mainpage = 'system/module.tpl';
-		$this->tpl_subnavi = 'system/subnavi.tpl';
-		$this->tpl_mainno = 'system';		
-		$this->tpl_subno = 'module';
-		$this->tpl_subtitle = '¥â¥¸¥å¡¼¥ë´ÉÍý';
-	}
-}
+c
 
 $objPage = new LC_Page();
Index: temp/trunk/html/admin/downloads/module/ebis_tag.php
===================================================================
--- temp/trunk/html/admin/downloads/module/ebis_tag.php	(revision 6441)
+++ temp/trunk/html/admin/downloads/module/ebis_tag.php	(revision 6557)
@@ -8,5 +8,16 @@
  */
 
-print("test");
+ require_once("../../require.php");
 
+//¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹
+class LC_Page {
+	//¥³¥ó¥¹¥È¥é¥¯¥¿
+	function LC_Page() {
+		//¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê
+		$this->tpl_mainpage = MODULE_PATH . 'module.tpl';
+	}
+}
+$objView->assignobj($objPage);		//ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
+$objView->display(MAIN_FRAME);		//¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ
+//-------------------------------------------------------------------------------------------------------
 ?>
