Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 3332)
+++ temp/trunk/html/admin/design/template.php	(revision 3351)
@@ -90,5 +90,5 @@
 function lfgetTemplate(){
 	global $objPage;
-	$filepath = "/test/kakinaka/";
+	$filepath = USER_DIR . "templates/";
 	
 	$arrTemplateImage = array();	// ²èÌÌÉ½¼¨²èÁü³ÊÇ¼ÍÑ
@@ -221,5 +221,6 @@
 function lfChangeTemplate(){
 	global $objPage;
-	$tpl_path = "html/test/kakinaka/";
+	$tpl_path = USER_DIR . "templates/";
+	$bloc_path = ROOT_DIR . USER_DIR . "include/bloc/";
 	
 	$tpl_name = "";
@@ -273,8 +274,8 @@
 
 		// mypage¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼
-		lfFolderCopy($taget_tpl_path."mypage/", $save_tpl_path."mypage/");
+		lfFolderCopy($taget_tpl_path."mypage/", $save_tpl_path . "mypage/");
 
 		// ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼
-		lfFolderCopy($taget_tpl_path."bloc/", $save_tpl_path."bloc/");
+		lfFolderCopy($taget_tpl_path."bloc/", $bloc_path);
 
 	// mypage¤Î¾ì¹ç¤Ë¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼¤¹¤ë
