Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/pages/mypage/LC_Page_Mypage_Delivery.php

    r17062 r18609  
    4545        parent::init(); 
    4646        $this->tpl_mainpage = TEMPLATE_DIR .'mypage/delivery.tpl'; 
    47         $this->tpl_title = "MYページ/お届け先追加・変更"; 
     47        $this->tpl_title = 'MYページ'; 
     48        $this->tpl_subtitle = 'お届け先追加・変更'; 
    4849        $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl'; 
    4950        $this->tpl_mainno = 'mypage'; 
     
    5354                            array("pref_id", "pref_name", "rank")); 
    5455        $this->tpl_column_num = 1; 
    55         $this->allowClientCache(); 
     56        $this->httpCacheControl('nocache'); 
    5657    } 
    5758 
Note: See TracChangeset for help on using the changeset viewer.