Index: /temp/branches/ec-cube-beta/data/conf/conf.php
===================================================================
--- /temp/branches/ec-cube-beta/data/conf/conf.php	(revision 10893)
+++ /temp/branches/ec-cube-beta/data/conf/conf.php	(revision 10894)
@@ -26,6 +26,8 @@
 
 // ¥­¥ã¥ó¥Ú¡¼¥ó¥Õ¥¡¥¤¥ëÊÝÂ¸Àè
+define("CAMPAIGN_DIR", "campain/");
+define("CAMPAIGN_PATH", HTML_PATH . CAMPAIGN_TEMPLATE_DIR);
 define("CAMPAIGN_TEMPLATE_DIR", "include/campaign/");
-define("CAMPAIGN_TEMPLATE_DIR", USER_PATH . CAMPAIGN_TEMPLATE_DIR);
+define("CAMPAIGN_TEMPLATE_PATH", USER_PATH . CAMPAIGN_TEMPLATE_DIR);
 define("CAMPAIGN_TEMPLATE_ACTIVE", "active/");
 define("CAMPAIGN_TEMPLATE_END", "end/");
Index: /temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php
===================================================================
--- /temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10893)
+++ /temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10894)
@@ -58,5 +58,5 @@
 $directory_name = $objQuery->get("dtb_campaign", "directory_name", "campaign_id = ?", array($arrForm['campaign_id']));
 // ¥­¥ã¥ó¥Ú¡¼¥ó¥Æ¥ó¥×¥ì¡¼¥È³ÊÇ¼¥Ç¥£¥ì¥¯¥È¥ê
-$campaign_dir = CAMPAIGN_TEMPLATE_DIR . $directory_name . "/" .$status;
+$campaign_dir = CAMPAIGN_TEMPLATE_PATH . $directory_name . "/" .$status;
 
 switch($_POST['mode']) {
Index: /temp/branches/ec-cube-beta/html/admin/contents/campaign.php
===================================================================
--- /temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10893)
+++ /temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10894)
@@ -169,5 +169,5 @@
 
 		// Æ±Ì¾¤Î¥Õ¥©¥ë¥À¤¬Â¸ºß¤¹¤ë¾ì¹ç¤Ï¥¨¥é¡¼
-		if(file_exists(CAMPAIGN_TEMPLATE_DIR.$arrList['directory_name']) && $directory_name != $arrList['directory_name']) {
+		if(file_exists(CAMPAIGN_TEMPLATE_PATH.$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_TEMPLATE_DIR . $directory_name , CAMPAIGN_TEMPLATE_DIR . $arrList['directory_name']);
+		$ret = @rename(CAMPAIGN_TEMPLATE_PATH . $directory_name , CAMPAIGN_TEMPLATE_PATH . $arrList['directory_name']);
 
 		// update
@@ -234,5 +234,5 @@
 
 		// ¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¥Ç¥£¥ì¥¯¥È¥êºîÀ®
-		lfCreateTemplate(CAMPAIGN_TEMPLATE_DIR . $arrList['directory_name']);
+		lfCreateTemplate(CAMPAIGN_TEMPLATE_PATH . $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_TEMPLATE_DIR . $directory_name);
+	sfDeleteDir(CAMPAIGN_TEMPLATE_PATH . $directory_name);
 		
 	$sqlval['del_flg'] = 1;	
Index: /temp/branches/ec-cube-beta/html/campaign/default/index.php
===================================================================
--- /temp/branches/ec-cube-beta/html/campaign/default/index.php	(revision 10892)
+++ /temp/branches/ec-cube-beta/html/campaign/default/index.php	(revision 10894)
@@ -35,5 +35,5 @@
 }
 
-$objPage->tpl_dir_name = CAMPAIGN_TEMPLATE_DIR . $status . $dir_name;
+$objPage->tpl_dir_name = CAMPAIGN_TEMPLATE_PATH . $status . $dir_name;
 
 //----¡¡¥Ú¡¼¥¸É½¼¨
