- Timestamp:
- 2006/12/18 16:32:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php
r10877 r10878 18 18 $this->contents_row = 13; 19 19 $this->footer_row = 13; 20 $this->tpl_subtitle = '¥¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥ó ÀßÄê';20 $this->tpl_subtitle = '¥¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÊÔ½¸'; 21 21 } 22 22 } … … 48 48 case 'active': 49 49 $status = CAMPAIGN_TEMPLATE_ACTIVE; 50 $tpl_campaign_title = "¥¥ã¥ó¥Ú¡¼¥óÃæ¥Ç¥¶¥¤¥óÊÔ½¸"; 50 51 break; 51 52 case 'end': 52 53 $status = CAMPAIGN_TEMPLATE_END; 54 $tpl_campaign_title = "¥¥ã¥ó¥Ú¡¼¥ó½ªÎ»¥Ç¥¶¥¤¥óÊÔ½¸"; 53 55 break; 54 56 default: 55 $status = CAMPAIGN_TEMPLATE_ACTIVE;56 57 break; 57 58 }
Note: See TracChangeset
for help on using the changeset viewer.
