Changeset 12696 for branches/dev/html/mobile/nonmember
- Timestamp:
- 2007/05/14 08:59:57 (15 years ago)
- Location:
- branches/dev/html/mobile/nonmember
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/deliv.php
r12263 r12696 15 15 var $arrAddr; 16 16 function LC_Page() { 17 $this->tpl_mainpage = ' shopping/deliv.tpl';17 $this->tpl_mainpage = 'nonmember/deliv.tpl'; 18 18 $this->tpl_css = '/css/layout/shopping/index.css'; 19 19 global $arrPref; -
branches/dev/html/mobile/nonmember/payment.php
r12665 r12696 15 15 function LC_Page() { 16 16 $this->tpl_css = '/css/layout/shopping/pay.css'; 17 $this->tpl_mainpage = ' shopping/payment.tpl';17 $this->tpl_mainpage = 'nonmember/payment.tpl'; 18 18 $this->tpl_onload = 'fnCheckInputPoint();'; 19 19 $this->tpl_title = "¤ª»ÙʧÊýË¡¤Î»ØÄê"; … … 82 82 if (!isset($objPage->arrErr['payment_id'])) { 83 83 // »Ùʧ¤¤ÊýË¡¤ÎÆþÎÏ¥¨¥é¡¼¤Ê¤· 84 $objPage->tpl_mainpage = ' shopping/deliv_date.tpl';84 $objPage->tpl_mainpage = 'nonmember/deliv_date.tpl'; 85 85 $objPage->tpl_title = "ÇÛãÆü»þ»ØÄê"; 86 86 break; … … 112 112 if (!isset($objPage->arrErr['payment_id'])) { 113 113 // »Ùʧ¤¤ÊýË¡¤ÎÆþÎÏ¥¨¥é¡¼¤Ê¤· 114 $objPage->tpl_mainpage = ' shopping/deliv_date.tpl';114 $objPage->tpl_mainpage = 'nonmember/deliv_date.tpl'; 115 115 $objPage->tpl_title = "ÇÛãÆü»þ»ØÄê"; 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.