Index: branches/dev/html/admin/contents/campaign.php
===================================================================
--- branches/dev/html/admin/contents/campaign.php	(revision 17)
+++ branches/dev/html/admin/contents/campaign.php	(revision 38)
@@ -333,8 +333,8 @@
 	// ¥­¥ã¥ó¥Ú¡¼¥ó¼Â¹ÔPHP¤ò¥³¥Ô¡¼
 	$ret = sfCreateFile(CAMPAIGN_PATH . $file);
-	copy(CAMPAIGN_PATH . "default/index.php", CAMPAIGN_PATH . $file . "/index.php");
-	copy(CAMPAIGN_PATH . "default/application.php", CAMPAIGN_PATH . $file . "/application.php");
-	copy(CAMPAIGN_PATH . "default/complete.php", CAMPAIGN_PATH . $file . "/complete.php");
-	copy(CAMPAIGN_PATH . "default/entry.php", CAMPAIGN_PATH . $file . "/entry.php");
+	copy($default_dir . "src/index.php", CAMPAIGN_PATH . $file . "/index.php");
+	copy($default_dir . "src/application.php", CAMPAIGN_PATH . $file . "/application.php");
+	copy($default_dir . "src/complete.php", CAMPAIGN_PATH . $file . "/complete.php");
+	copy($default_dir . "src/entry.php", CAMPAIGN_PATH . $file . "/entry.php");
 	
 	// ¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥ÈºîÀ®(¥­¥ã¥ó¥Ú¡¼¥óÃæ)
