Index: temp/trunk/html/products/list.php
===================================================================
--- temp/trunk/html/products/list.php	(revision 6080)
+++ temp/trunk/html/products/list.php	(revision 6081)
@@ -73,5 +73,5 @@
 	// ¾¦ÉÊTOP¤ÎÉ½¼¨½èÍý
 	/** É¬¤º»ØÄê¤¹¤ë **/
-	$objPage->tpl_mainpage = ROOT_DIR . 'html/user_data/templates/list.tpl';		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È	
+	$objPage->tpl_mainpage = HTML_PATH . "user_data/templates/list.tpl';		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È	
 	
 	$objPage->arrBestItems = sfGetBestProducts($conn, $category_id);
Index: temp/trunk/html/mypage/refusal.php
===================================================================
--- temp/trunk/html/mypage/refusal.php	(revision 6080)
+++ temp/trunk/html/mypage/refusal.php	(revision 6081)
@@ -39,5 +39,5 @@
 switch ($_POST['mode']){
 	case 'confirm':
-	$objPage->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_confirm.tpl';
+	$objPage->tpl_mainpage = USER_PATH . 'templates/mypage/refusal_confirm.tpl';
 	$objPage->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(³ÎÇ§¥Ú¡¼¥¸)";
 
Index: temp/trunk/html/mypage/change.php
===================================================================
--- temp/trunk/html/mypage/change.php	(revision 6080)
+++ temp/trunk/html/mypage/change.php	(revision 6081)
@@ -109,5 +109,5 @@
 		if ($objPage->arrErr == "" && $email_flag == true){
 			//³ÎÇ§¥Ú¡¼¥¸¤Ø
-			$objPage->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_confirm.tpl';
+			$objPage->tpl_mainpage = USER_PATH . 'templates/mypage/change_confirm.tpl';
 			$objPage->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(³ÎÇ§¥Ú¡¼¥¸)';
 			$passlen = strlen($objPage->arrForm['password']);
Index: temp/trunk/html/admin/design/bloc.php
===================================================================
--- temp/trunk/html/admin/design/bloc.php	(revision 5934)
+++ temp/trunk/html/admin/design/bloc.php	(revision 6081)
@@ -61,5 +61,5 @@
 if ($_POST['mode'] == "preview") {
 	// ¥×¥ì¥Ó¥å¡¼¥Õ¥¡¥¤¥ëºîÀ®
-	$prev_path = ROOT_DIR . INCLUDE_DIR. 'preview/bloc_preview.tpl';
+	$prev_path = INCLUDE_PATH. 'preview/bloc_preview.tpl';
 	$fp = fopen($prev_path,"w");
 	fwrite($fp, $_POST['bloc_html']);
Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 5950)
+++ temp/trunk/html/admin/design/index.php	(revision 6081)
@@ -6,5 +6,5 @@
  */
 require_once("../../require.php");
-require_once(ROOT_DIR."data/include/page_layout.inc");
+require_once(DATA_PATH . "include/page_layout.inc");
 
 class LC_Page {
Index: temp/trunk/html/admin/design/css.php
===================================================================
--- temp/trunk/html/admin/design/css.php	(revision 5934)
+++ temp/trunk/html/admin/design/css.php	(revision 6081)
@@ -28,5 +28,5 @@
 sfIsSuccess($objSess);
 
-$css_path = ROOT_DIR . USER_DIR . "css/contents.css";
+$css_path = USER_PATH . "css/contents.css";
 
 // ¥Ç¡¼¥¿¹¹¿·½èÍý
Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 5948)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 6081)
@@ -6,5 +6,5 @@
  */
 require_once("../../require.php");
-require_once(ROOT_DIR."data/include/page_layout.inc");
+require_once(DATA_PATH . "include/page_layout.inc");
 
 class LC_Page {
Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 5934)
+++ temp/trunk/html/admin/design/template.php	(revision 6081)
@@ -237,7 +237,7 @@
 function lfChangeTemplate(){
 	global $objPage;
-	$tpl_path = USER_DIR . "templates/";
-	$inc_path = ROOT_DIR . USER_DIR . "include/";
-	$css_path = ROOT_DIR . USER_DIR . "css/";
+	$tpl_path = USER_PATH . "templates/";
+	$inc_path = USER_PATH . "include/";
+	$css_path = USER_PATH . "css/";
 	
 	$tpl_name = "";
@@ -280,6 +280,6 @@
 	}
 	
-	$taget_tpl_path = ROOT_DIR . $tpl_path . $arrTemplate[0]['template_code'] . "/";
-	$save_tpl_path = ROOT_DIR . $tpl_path;
+	$taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/";
+	$save_tpl_path = $tpl_path;
 	
 	// TOP¤òÊÑ¹¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊÑ¹¹
Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5982)
+++ temp/trunk/html/admin/system/bkup.php	(revision 6081)
@@ -22,6 +22,5 @@
 		$this->tpl_subtitle = '¥Ð¥Ã¥¯¥¢¥Ã¥×´ÉÍý';
 		
-		$this->bkup_dir = ROOT_DIR . USER_DIR . "bkup/";
-//		$this->bkup_dir = ROOT_DIR . "html/test/" . "bkup/";
+		$this->bkup_dir = USER_PATH . "bkup/";
 	}
 }
Index: temp/trunk/html/admin/system/update.php
===================================================================
--- temp/trunk/html/admin/system/update.php	(revision 6080)
+++ temp/trunk/html/admin/system/update.php	(revision 6081)
@@ -65,5 +65,5 @@
 	
 	$src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt");
-	$dst_path = sfRmDupSlash(ROOT_DIR . $file);
+	$dst_path = sfRmDupSlash(DATA_PATH . $file);
 	$flg_ok = true;	// ½èÍý¤ÎÀ®¸ùÈ½Äê
 	
