Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 3313)
+++ temp/trunk/html/admin/design/template.php	(revision 3316)
@@ -273,5 +273,5 @@
 		
 		// MYPAGE¤Î¥Õ¥¡¥¤¥ë¤ò¼èÆÀ¤¹¤ë
-		$fileArray=glob($taget_tpl_path."mypage" ."*.tpl" );
+		$arrMypage=glob($taget_tpl_path."mypage" . "*" );
 		
 		// ¥Õ¥©¥ë¥À¤¬¤Ê¤±¤ì¤ÐºîÀ®¤¹¤ë
@@ -280,5 +280,5 @@
 		}
 		
-		sfprintr($fileArray);
+		sfprintr($arrMypage);
 		
 		foreach($arrMypage as $key => $val){
