Index: /temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php
===================================================================
--- /temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10926)
+++ /temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10927)
@@ -60,11 +60,4 @@
 $campaign_dir = CAMPAIGN_TEMPLATE_PATH . $directory_name . "/" .$status;
 
-// ¥Ø¥Ã¥À¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
-$objPage->header_data = file_get_contents($campaign_dir . "header.tpl");	
-// ¥³¥ó¥Æ¥ó¥Ä¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
-$objPage->contents_data = file_get_contents($campaign_dir . "contents.tpl");	
-// ¥Õ¥Ã¥¿¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
-$objPage->footer_data = file_get_contents($campaign_dir . "footer.tpl");
-
 switch($_POST['mode']) {
 case 'regist':
@@ -102,4 +95,13 @@
 }
 
+if($_POST['mode'] != 'preview') {
+	// ¥Ø¥Ã¥À¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
+	$objPage->header_data = file_get_contents($campaign_dir . "header.tpl");	
+	// ¥³¥ó¥Æ¥ó¥Ä¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
+	$objPage->contents_data = file_get_contents($campaign_dir . "contents.tpl");	
+	// ¥Õ¥Ã¥¿¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
+	$objPage->footer_data = file_get_contents($campaign_dir . "footer.tpl");
+}
+
 // ¥Õ¥©¡¼¥à¤ÎÃÍ¤ò³ÊÇ¼
 $objPage->arrForm = $arrForm;
