Ignore:
Timestamp:
2013/02/04 18:12:18 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/contact/LC_Page_Contact.php

    r22492 r22496  
    4545        parent::init(); 
    4646        if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    47             $this->tpl_title = t('LC_Page_Contact_001'); 
     47            $this->tpl_title = t('c_Inquiry_01'); 
    4848            //$this->tpl_title = 'お問い合わせ'; 
    4949        } else { 
    50             $this->tpl_title = t('LC_Page_Contact_002'); 
     50            $this->tpl_title = t('c_Inquiries_01'); 
    5151            //$this->tpl_title = 'お問い合わせ(入力ページ)'; 
    5252        } 
     
    102102                    $this->tpl_mainpage = 'contact/confirm.tpl'; 
    103103                    //$this->tpl_title = 'お問い合わせ(確認ページ)'; 
    104                     $this->tpl_title = t('LC_Page_Contact_003'); 
     104                    $this->tpl_title = t('c_Inquiry_02'); 
    105105                } 
    106106 
Note: See TracChangeset for help on using the changeset viewer.