Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 5945)
+++ temp/trunk/html/admin/design/index.php	(revision 5948)
@@ -381,7 +381,10 @@
 	// tpl¥Õ¥¡¥¤¥ë¤Îºï½ü
 	$del_tpl = ROOT_DIR . USER_DIR . "templates/" . $arrPreData[0]['filename'] . '.tpl';
+	sfprintr($del_tpl);
 	if (file_exists($del_tpl)){
 		unlink($del_tpl);	
-	}
+		sfprintr("test");
+	}
+	exit;
 
 	// tpl¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼
Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 5947)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 5948)
@@ -90,11 +90,7 @@
 	// tpl¥Õ¥¡¥¤¥ë¤Îºï½ü
 	$del_tpl = ROOT_DIR . USER_DIR . "templates/" . $arrPreData[0]['filename'] . '.tpl';
-	sfprintr($del_tpl);
 	if (file_exists($del_tpl)){
 		unlink($del_tpl);	
-		sfprintr("test");
-	}
-	
-	exit();
+	}
 	
 	// DB¤Ø¥Ç¡¼¥¿¤ò¹¹¿·¤¹¤ë
