Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 3323)
+++ temp/trunk/html/admin/design/template.php	(revision 3324)
@@ -275,13 +275,8 @@
 		$arrMypage=glob($taget_tpl_path."mypage/" . "*" );
 		
-		sfprintr($taget_tpl_path);
-		sfprintr(glob($taget_tpl_path . "*" ));
-		
 		// ¥Õ¥©¥ë¥À¤¬¤Ê¤±¤ì¤ÐºîÀ®¤¹¤ë
 		if(!is_dir($save_tpl_path."mypage")){
 			mkdir($save_tpl_path."mypage");
 		}
-		
-		sfprintr($arrMypage);
 		
 		foreach($arrMypage as $key => $val){
@@ -291,5 +286,5 @@
 			
 			sfprintr($matches);
-//			copy($val, $save_tpl_path . "detail.tpl");
+			copy($val, $save_tpl_path . "mypage/" . $data);
 		}
 
