Ignore:
Timestamp:
2008/08/05 21:37:16 (16 years ago)
Author:
Seasoft
Message:

ページクラスやテンプレートで定義している文字列が画像に含まれるため、連動して変更されない問題を回避する試み。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Deliv.php

    r17311 r17498  
    2626 
    2727/** 
    28  * お届け先指定 のページクラス. 
     28 * お届け先指定 のページクラス. 
    2929 * 
    3030 * @package Page 
     
    5757        $masterData = new SC_DB_MasterData(); 
    5858        $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank")); 
    59         $this->tpl_title = "お届け先指定"; 
     59        $this->tpl_title = "お届け先指定"; 
    6060 
    6161        $this->allowClientCache(); 
Note: See TracChangeset for help on using the changeset viewer.