Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 3271)
+++ temp/trunk/html/admin/design/template.php	(revision 3279)
@@ -257,5 +257,5 @@
 			$tpl_name = "mypage.tpl";
 			break;
-			
+
 		default:
 			break;
@@ -263,4 +263,6 @@
 	
 	sfprintr($arrTemplate);
+	sfprintr($fileArray=glob( ROOT_DIR. $tpl_path."*" ));
+	
 	// TOP¤òÊÑ¹¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊÑ¹¹
 	if ($objPage->tpl_subno_template == $objPage->arrSubnavi[1]){
@@ -270,4 +272,6 @@
 		copy(ROOT_DIR . $tpl_path . $arrTemplate[0]['template_code'] . "/detail.tpl", ROOT_DIR . $tpl_path . "detail.tpl");
 		copy(ROOT_DIR . $tpl_path . $arrTemplate[0]['template_code'] . "/mypage.tpl", ROOT_DIR . $tpl_path . "mypage.tpl");
+
+		// ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼
 	}else{
 		// ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼
