Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 6081)
+++ temp/trunk/html/admin/design/index.php	(revision 6084)
@@ -380,5 +380,5 @@
 
 	// tpl¥Õ¥¡¥¤¥ë¤Îºï½ü
-	$del_tpl = ROOT_DIR . USER_DIR . "templates/" . $arrPreData[0]['filename'] . '.tpl';
+	$del_tpl = USER_PATH . "templates/" . $arrPreData[0]['filename'] . '.tpl';
 	if (file_exists($del_tpl)){
 		unlink($del_tpl);	
@@ -386,5 +386,5 @@
 
 	// tpl¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼
-	copy(ROOT_DIR . $arrPageData[0]['tpl_dir'].$arrPageData[0]['filename'].".tpl", ROOT_DIR . USER_DIR."templates/".$filename.".tpl");
+	copy(HTML_DIR . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl", USER_PATH . "templates/" . $filename . ".tpl");
 	
 	// ¹¹¿·¥Ç¡¼¥¿¤Î¼èÆÀ
