Changeset 12823
- Timestamp:
- 2007/05/15 18:48:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/confirm.php
r12263 r12823 15 15 var $tpl_total_deliv_fee; 16 16 function LC_Page() { 17 $this->tpl_mainpage = ' shopping/confirm.tpl';17 $this->tpl_mainpage = 'nonmember/confirm.tpl'; 18 18 $this->tpl_css = '/css/layout/shopping/confirm.css'; 19 19 $this->tpl_title = "¤´ÆþÎÏÆâÍÆ¤Î¤´³Îǧ"; … … 84 84 // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 85 85 $objSiteSess->setRegistFlag(); 86 header("Location: " . gfAddSessionId( MOBILE_URL_SHOP_PAYMENT));86 header("Location: " . gfAddSessionId('./payment.php')); 87 87 exit; 88 88 break; … … 114 114 } 115 115 116 117 116 $objPage->arrData = $arrData; 118 117 $objPage->arrInfo = $arrInfo;
Note: See TracChangeset
for help on using the changeset viewer.