Index: /temp/trunk/html/admin/design/main_edit.php
===================================================================
--- /temp/trunk/html/admin/design/main_edit.php	(revision 6087)
+++ /temp/trunk/html/admin/design/main_edit.php	(revision 6093)
@@ -362,5 +362,5 @@
 	
 	// require.php¤Î¾ì½ê¤ò½ñ¤­´¹¤¨¤ë
-	$php_data = str_replace("###require###", ROOT_DIR . "html/require.php", $php_data);
+	$php_data = str_replace("###require###", HTML_PATH . "require.php", $php_data);
 	
 	// php¥Õ¥¡¥¤¥ë¤ÎºîÀ®
Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6092)
+++ /temp/trunk/html/install/index.php	(revision 6093)
@@ -624,5 +624,5 @@
 	"    define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" .
 	"    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" .
-	"    define('DATA_PATH', ".$data_path.");\n" .
+	"    define('DATA_PATH', '".$data_path."');\n" .
 	"?>";
 	
Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 6087)
+++ /temp/trunk/data/lib/slib.php	(revision 6093)
@@ -85,5 +85,5 @@
 		foreach($arrRet as $array) {
 			if($array['extern_php'] != "") {
-				$path = ROOT_DIR . $array['extern_php'];
+				$path = DATA_PATH . $array['extern_php'];
 				if(file_exists($path)) {
 					require_once($path);
