Ignore:
Timestamp:
2007/03/28 13:01:38 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/admin/contents/campaign.php

    r11730 r11982  
    337337    // ¥­¥ã¥ó¥Ú¡¼¥ó¼Â¹ÔPHP¤ò¥³¥Ô¡¼ 
    338338    $ret = sfCreateFile(CAMPAIGN_PATH . $file); 
    339     copy(CAMPAIGN_PATH . "default/index.php", CAMPAIGN_PATH . $file . "/index.php"); 
    340     copy(CAMPAIGN_PATH . "default/application.php", CAMPAIGN_PATH . $file . "/application.php"); 
    341     copy(CAMPAIGN_PATH . "default/complete.php", CAMPAIGN_PATH . $file . "/complete.php"); 
    342     copy(CAMPAIGN_PATH . "default/entry.php", CAMPAIGN_PATH . $file . "/entry.php"); 
    343      
     339    copy($default_dir . "/src/index.php", CAMPAIGN_PATH . $file . "/index.php"); 
     340    copy($default_dir . "/src/application.php", CAMPAIGN_PATH . $file . "/application.php"); 
     341    copy($default_dir . "/src/complete.php", CAMPAIGN_PATH . $file . "/complete.php"); 
     342    copy($default_dir . "/src/entry.php", CAMPAIGN_PATH . $file . "/entry.php"); 
     343 
    344344    // ¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥ÈºîÀ®(¥­¥ã¥ó¥Ú¡¼¥óÃæ) 
    345345    $header = lfGetFileContents($default_active_dir."header.tpl"); 
Note: See TracChangeset for help on using the changeset viewer.