Ignore:
Timestamp:
2011/01/01 19:39:17 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

File:
1 edited

Legend:

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

    r19805 r19807  
    4646        $this->tpl_title = 'MYページ'; 
    4747        $this->tpl_subtitle = '購入履歴詳細'; 
    48         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl'; 
     48        $this->tpl_navi = TEMPLATE_REALDIR . 'mypage/navi.tpl'; 
    4949        $this->tpl_mainno = 'mypage'; 
    5050        $this->tpl_mypageno = 'index'; 
     
    135135    function mobileInit() { 
    136136        $this->init(); 
    137         $this->tpl_mainpage = MOBILE_TEMPLATE_DIR . 'mypage/history.tpl'; 
     137        $this->tpl_mainpage = MOBILE_TEMPLATE_REALDIR . 'mypage/history.tpl'; 
    138138        $this->tpl_title = 'MYページ/購入履歴一覧'; 
    139139        $this->httpCacheControl('nocache'); 
Note: See TracChangeset for help on using the changeset viewer.