Ignore:
Timestamp:
2006/12/18 19:59:16 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r10926 r10927  
    6060$campaign_dir = CAMPAIGN_TEMPLATE_PATH . $directory_name . "/" .$status; 
    6161 
    62 // ¥Ø¥Ã¥À¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
    63 $objPage->header_data = file_get_contents($campaign_dir . "header.tpl");     
    64 // ¥³¥ó¥Æ¥ó¥Ä¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
    65 $objPage->contents_data = file_get_contents($campaign_dir . "contents.tpl");     
    66 // ¥Õ¥Ã¥¿¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
    67 $objPage->footer_data = file_get_contents($campaign_dir . "footer.tpl"); 
    68  
    6962switch($_POST['mode']) { 
    7063case 'regist': 
     
    10295} 
    10396 
     97if($_POST['mode'] != 'preview') { 
     98    // ¥Ø¥Ã¥À¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
     99    $objPage->header_data = file_get_contents($campaign_dir . "header.tpl");     
     100    // ¥³¥ó¥Æ¥ó¥Ä¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
     101    $objPage->contents_data = file_get_contents($campaign_dir . "contents.tpl");     
     102    // ¥Õ¥Ã¥¿¡¼¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
     103    $objPage->footer_data = file_get_contents($campaign_dir . "footer.tpl"); 
     104} 
     105 
    104106// ¥Õ¥©¡¼¥à¤ÎÃͤò³ÊǼ 
    105107$objPage->arrForm = $arrForm; 
Note: See TracChangeset for help on using the changeset viewer.