Changeset 11162 for temp


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

Legend:

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

    r11107 r11162  
    322322    sfCreateFile(CAMPAIGN_PATH . $file); 
    323323    copy(CAMPAIGN_PATH . "default/index.php", CAMPAIGN_PATH . $file . "/index.php"); 
     324    copy(CAMPAIGN_PATH . "default/index.php", CAMPAIGN_PATH . $file . "/application.php"); 
    324325    /* ¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥ÈºîÀ®(¥­¥ã¥ó¥Ú¡¼¥óÃæ) */ 
    325326    sfWriteFile("", $create_active_dir."header.tpl", "w"); 
Note: See TracChangeset for help on using the changeset viewer.