Changeset 12823


Ignore:
Timestamp:
2007/05/15 18:48:42 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/nonmember/confirm.php

    r12263 r12823  
    1515    var $tpl_total_deliv_fee; 
    1616    function LC_Page() { 
    17         $this->tpl_mainpage = 'shopping/confirm.tpl'; 
     17        $this->tpl_mainpage = 'nonmember/confirm.tpl'; 
    1818        $this->tpl_css = '/css/layout/shopping/confirm.css'; 
    1919        $this->tpl_title = "¤´ÆþÎÏÆâÍƤΤ´³Îǧ"; 
     
    8484    // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    8585    $objSiteSess->setRegistFlag(); 
    86     header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT)); 
     86    header("Location: " . gfAddSessionId('./payment.php')); 
    8787    exit; 
    8888    break; 
     
    114114} 
    115115 
    116  
    117116$objPage->arrData = $arrData; 
    118117$objPage->arrInfo = $arrInfo; 
Note: See TracChangeset for help on using the changeset viewer.