Index: temp/branches/ec-cube-beta/html/admin/contents/campaign.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10858)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10893)
@@ -169,5 +169,5 @@
 
 		// Æ±Ì¾¤Î¥Õ¥©¥ë¥À¤¬Â¸ºß¤¹¤ë¾ì¹ç¤Ï¥¨¥é¡¼
-		if(file_exists(CAMPAIGN_PATH.$arrList['directory_name']) && $directory_name != $arrList['directory_name']) {
+		if(file_exists(CAMPAIGN_TEMPLATE_DIR.$arrList['directory_name']) && $directory_name != $arrList['directory_name']) {
 			$objErr->arrErr['directory_name'] = "¢¨ Æ±Ì¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¹¤Ç¤ËÂ¸ºß¤·¤Þ¤¹¡£<br/>";
 		}
@@ -226,5 +226,5 @@
 		$directory_name = $objQuery->get("dtb_campaign", "directory_name", "campaign_id = ?", array($campaign_id));
 		// ¥Õ¥¡¥¤¥ëÌ¾¤òÊÑ¹¹
-		$ret = @rename(CAMPAIGN_PATH . $directory_name , CAMPAIGN_PATH . $arrList['directory_name']);
+		$ret = @rename(CAMPAIGN_TEMPLATE_DIR . $directory_name , CAMPAIGN_TEMPLATE_DIR . $arrList['directory_name']);
 
 		// update
@@ -234,5 +234,5 @@
 
 		// ¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¥Ç¥£¥ì¥¯¥È¥êºîÀ®
-		lfCreateTemplate(CAMPAIGN_PATH . $arrList['directory_name']);
+		lfCreateTemplate(CAMPAIGN_TEMPLATE_DIR . $arrList['directory_name']);
 
 		$sqlval['create_date'] = "now()";	
@@ -293,5 +293,5 @@
 	$directory_name = $objQuery->get("dtb_campaign", "directory_name", "campaign_id = ?", array($campaign_id));
 	// ¥Õ¥¡¥¤¥ë¤òºï½ü
-	sfDeleteDir(CAMPAIGN_PATH . $directory_name);
+	sfDeleteDir(CAMPAIGN_TEMPLATE_DIR . $directory_name);
 		
 	$sqlval['del_flg'] = 1;	
@@ -313,5 +313,7 @@
 	$ret = sfCreateFile($create_dir, 0755);	
 	$ret = sfCreateFile($create_active_dir, 0755);	
-	$ret = sfCreateFile($create_end_dir, 0755);	
+	$ret = sfCreateFile($create_end_dir, 0755);
+	// ¥­¥ã¥ó¥Ú¡¼¥ó¼Â¹ÔPHP¤ò¥³¥Ô¡¼
+	copy();
 	// ¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥ÈºîÀ®(¥­¥ã¥ó¥Ú¡¼¥óÃæ)
 	sfWriteFile("", $create_active_dir."header.tpl", "w");
Index: temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10881)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10893)
@@ -58,5 +58,5 @@
 $directory_name = $objQuery->get("dtb_campaign", "directory_name", "campaign_id = ?", array($arrForm['campaign_id']));
 // ¥­¥ã¥ó¥Ú¡¼¥ó¥Æ¥ó¥×¥ì¡¼¥È³ÊÇ¼¥Ç¥£¥ì¥¯¥È¥ê
-$campaign_dir = CAMPAIGN_PATH . $directory_name . "/" .$status;
+$campaign_dir = CAMPAIGN_TEMPLATE_DIR . $directory_name . "/" .$status;
 
 switch($_POST['mode']) {
Index: temp/branches/ec-cube-beta/data/conf/conf.php
===================================================================
--- temp/branches/ec-cube-beta/data/conf/conf.php	(revision 10849)
+++ temp/branches/ec-cube-beta/data/conf/conf.php	(revision 10893)
@@ -26,6 +26,6 @@
 
 // ¥­¥ã¥ó¥Ú¡¼¥ó¥Õ¥¡¥¤¥ëÊÝÂ¸Àè
-define("CAMPAIGN_DIR", "include/campaign/");
-define("CAMPAIGN_PATH", USER_PATH . CAMPAIGN_DIR);
+define("CAMPAIGN_TEMPLATE_DIR", "include/campaign/");
+define("CAMPAIGN_TEMPLATE_DIR", USER_PATH . CAMPAIGN_TEMPLATE_DIR);
 define("CAMPAIGN_TEMPLATE_ACTIVE", "active/");
 define("CAMPAIGN_TEMPLATE_END", "end/");
