Ignore:
Timestamp:
2011/03/11 21:15:21 (15 years ago)
Author:
nagano
Message:

モバイル・スマートフォンのデザイン調整

Location:
branches/version-2_5-dev/data/class/pages/mypage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php

    r20534 r20614  
    4646        // mypage 共通 
    4747        $this->tpl_title        = 'MYページ'; 
    48         $this->tpl_navi         = TEMPLATE_REALDIR . 'mypage/navi.tpl'; 
     48        $this->tpl_navi         = 'mypage/navi.tpl'; 
    4949        $this->tpl_mainno       = 'mypage'; 
    5050    } 
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php

    r20541 r20614  
    6666        switch ($this->getMode()){ 
    6767        case 'confirm': 
    68             $this->tpl_mainpage     = TEMPLATE_REALDIR . 'mypage/refusal_confirm.tpl'; 
     68            $this->tpl_mainpage     = 'mypage/refusal_confirm.tpl'; 
    6969            $this->tpl_subtitle     = '退会手続き(確認ページ)'; 
    7070            break; 
Note: See TracChangeset for help on using the changeset viewer.