Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 6565)
+++ temp/trunk/html/admin/system/module.php	(revision 6566)
@@ -7,4 +7,16 @@
 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 = '¥â¥¸¥å¡¼¥ë´ÉÍý';
+	}
+}
 $objPage = new LC_Page();
 $objView = new SC_AdminView();
