Ignore:
Timestamp:
2011/07/29 15:14:36 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版退会完了画面のナビテンプレートが常にPC用を読み込んでいた不具合対応

File:
1 edited

Legend:

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

    r20764 r21070  
    5151            $this->tpl_subtitle = '退会手続き(完了ページ)'; 
    5252        } 
    53         $this->tpl_navi     = TEMPLATE_REALDIR . 'mypage/navi.tpl'; 
     53        $this->tpl_navi     = SC_Helper_PageLayout::getTemplatePath(SC_Display_Ex::detectDevice()) . 'mypage/navi.tpl'; 
    5454        $this->tpl_mypageno = 'refusal'; 
    5555        $this->point_disp   = false; 
Note: See TracChangeset for help on using the changeset viewer.