Changeset 10879 for temp


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

Legend:

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

    r10878 r10879  
    4848    case 'active': 
    4949        $status = CAMPAIGN_TEMPLATE_ACTIVE; 
    50         $tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥óÃæ¥Ç¥¶¥¤¥óÊÔ½¸"; 
     50        $objPage->tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥óÃæ¥Ç¥¶¥¤¥óÊÔ½¸"; 
    5151        break; 
    5252    case 'end': 
    5353        $status = CAMPAIGN_TEMPLATE_END; 
    54         $tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥ó½ªÎ»¥Ç¥¶¥¤¥óÊÔ½¸"; 
     54        $objPage->tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥ó½ªÎ»¥Ç¥¶¥¤¥óÊÔ½¸"; 
    5555        break; 
    5656    default: 
Note: See TracChangeset for help on using the changeset viewer.