Index: temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10872)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php	(revision 10873)
@@ -80,4 +80,14 @@
 $objPage->footer_data = file_get_contents($campaign_dir . "footer.tpl");	
 
+if ($arrForm['header_row'] != ''){
+	$objPage->header_row = $arrForm['header_row'];
+}
+if ($arrForm['contents_row'] != ''){
+	$objPage->contents_row = $arrForm['contents_row'];
+}
+if ($arrForm['footer_row'] != ''){
+	$objPage->footer_row = $arrForm['footer_row'];
+}
+
 // ¥Õ¥©¡¼¥à¤ÎÃÍ¤ò³ÊÇ¼
 $objPage->arrForm = $arrForm;
