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

Legend:

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

    r10877 r10878  
    1818        $this->contents_row = 13; 
    1919        $this->footer_row = 13;      
    20         $this->tpl_subtitle = '¥­¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÀßÄê'; 
     20        $this->tpl_subtitle = '¥­¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÊÔ½¸'; 
    2121    } 
    2222} 
     
    4848    case 'active': 
    4949        $status = CAMPAIGN_TEMPLATE_ACTIVE; 
     50        $tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥óÃæ¥Ç¥¶¥¤¥óÊÔ½¸"; 
    5051        break; 
    5152    case 'end': 
    5253        $status = CAMPAIGN_TEMPLATE_END; 
     54        $tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥ó½ªÎ»¥Ç¥¶¥¤¥óÊÔ½¸"; 
    5355        break; 
    5456    default: 
    55         $status = CAMPAIGN_TEMPLATE_ACTIVE; 
    5657        break; 
    5758} 
Note: See TracChangeset for help on using the changeset viewer.