Index: /temp/branches/ec-cube-beta/html/campaign/default/complete.php
===================================================================
--- /temp/branches/ec-cube-beta/html/campaign/default/complete.php	(revision 11201)
+++ /temp/branches/ec-cube-beta/html/campaign/default/complete.php	(revision 11206)
@@ -17,8 +17,15 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
+$objQuery = new SC_Query();
 $objCampaignSess = new SC_CampaignSession();
+
+// ¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤é¤ÎÁ«°Ü¤ÇÌµ¤¤¾ì¹ç¤ÏTOP¥Ú¡¼¥¸¤Ø
+if(!$objCampaignSess->getIsCampaign()) {
+	header("location: ". URL_DIR);
+}
 
 // ÆþÎÏ¾ðÊó¤òÅÏ¤¹
 $objPage->arrForm = $_POST;
+$objPage->campaign_name = $objQuery->get("campaign_name", "dtb_campaign", "campagin_id", array($objCampaignSess->getCampaignId()));
 $site_frame = CAMPAIGN_TEMPLATE_PATH . $objCampaignSess->getCampaignDir()  . "/active/site_frame.tpl";
 
