Changeset 17547
- Timestamp:
- 2008/08/19 07:06:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping.php
r17126 r17547 54 54 $this->tpl_mainpage = 'shopping/index.tpl'; 55 55 $this->tpl_column_num = 1; 56 $this->tpl_title = 'ログイン'; 56 57 $masterData = new SC_DB_MasterData(); 57 58 $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank")); … … 327 328 function lfSetNonMember(&$objPage) { 328 329 $objPage->tpl_mainpage = 'shopping/nonmember_input.tpl'; 330 $this->tpl_title = 'お客様情報入力'; 329 331 } 330 332
Note: See TracChangeset
for help on using the changeset viewer.
