Index: /temp/trunk/html/index.php
===================================================================
--- /temp/trunk/html/index.php	(revision 5934)
+++ /temp/trunk/html/index.php	(revision 6079)
@@ -13,5 +13,5 @@
 		$this->tpl_css = '/css/layout/index.css';						// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . 'html/user_data/templates/top.tpl';		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
+		$this->tpl_mainpage = HTML_PATH . "user_data/templates/top.tpl";		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
 	}
 }
Index: /temp/trunk/data/conf/core.php
===================================================================
--- /temp/trunk/data/conf/core.php	(revision 6078)
+++ /temp/trunk/data/conf/core.php	(revision 6079)
@@ -12,5 +12,5 @@
 ///////////////////////////////////////////////////////////
 
-// DATA¥Ç¥£¥ì¥¯¥È¥ê¥Ñ¥¹(HTML¥Ç¥£¥ì¥¯¥È¥ê¥Ñ¥¹¤«¤é¤ÎÁêÂÐ¥Ñ¥¹)
+// DATA¥Ç¥£¥ì¥¯¥È¥ê¥Ñ¥¹(ËöÈø¤Ë"/"¤ò¤Ä¤±¤ë)
 define("DATA_PATH", HTML_PATH . "../data/");
 
