Ignore:
Timestamp:
2006/12/18 15:34:14 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php

    r10872 r10873  
    8080$objPage->footer_data = file_get_contents($campaign_dir . "footer.tpl");     
    8181 
     82if ($arrForm['header_row'] != ''){ 
     83    $objPage->header_row = $arrForm['header_row']; 
     84} 
     85if ($arrForm['contents_row'] != ''){ 
     86    $objPage->contents_row = $arrForm['contents_row']; 
     87} 
     88if ($arrForm['footer_row'] != ''){ 
     89    $objPage->footer_row = $arrForm['footer_row']; 
     90} 
     91 
    8292// ¥Õ¥©¡¼¥à¤ÎÃͤò³ÊǼ 
    8393$objPage->arrForm = $arrForm; 
Note: See TracChangeset for help on using the changeset viewer.