Index: /temp/trunk/html/admin/design/template.php
===================================================================
--- /temp/trunk/html/admin/design/template.php	(revision 10436)
+++ /temp/trunk/html/admin/design/template.php	(revision 10438)
@@ -331,8 +331,12 @@
 	// ¥Õ¥¡¥¤¥ë¤Î°µ½Ì
 	$tar = new Archive_Tar($dl_file, TRUE);
-	//bkup¥Õ¥©¥ë¥À¤Ë°ÜÆ°¤¹¤ë
-	chdir(USER_TEMPLATE_PATH);
+	// ¥Õ¥¡¥¤¥ë°ìÍ÷¼èÆÀ
+	$arrFileHash = sfGetFileList(USER_TEMPLATE_PATH.$template_code);
+	foreach($arrFileHash as $val) {
+		$arrFileList[] = $val['file_path'];
+	}
+	
 	//°µ½Ì¤ò¤ª¤³¤Ê¤¦
-	$zip = $tar->createModify("./" . $template_code . "/", "", $template_code);
+	$zip = $tar->create($arrFileList);
 		
 	// ¥À¥¦¥ó¥í¡¼¥É³«»Ï
