Changeset 12695


Ignore:
Timestamp:
2007/05/14 08:52:07 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12692 r12695  
    1515    var $tpl_login_email; 
    1616    function LC_Page() { 
    17         $this->tpl_mainpage = 'shopping/index.tpl'; 
     17        $this->tpl_mainpage = 'nonmember/index.tpl'; 
    1818        global $arrPref; 
    1919        $this->arrPref = $arrPref; 
     
    235235$arrRejectRegistColumn = array("year", "month", "day", "email02", "email_mobile02", "password02"); 
    236236         
    237     $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
     237    $objPage->tpl_mainpage = 'nonmember/nonmember_set1.tpl'; 
    238238    $objPage->tpl_css = array(); 
    239239    $objPage->tpl_css[] = '/css/layout/login/nonmember.css'; 
     
    274274            if ($_POST["mode2"] == "set2") { 
    275275            $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    276             $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
     276            $objPage->tpl_mainpage = 'nonmember/nonmember_set1.tpl'; 
    277277            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    278278        } elseif ($_POST["mode2"] == "set3") { 
    279279            $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    280             $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
     280            $objPage->tpl_mainpage = 'nonmember/nonmember_set2.tpl'; 
    281281            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    282282        } elseif ($_POST["mode2"] == "deliv"){ 
    283283            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    284             $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
     284            $objPage->tpl_mainpage = 'nonmember/nonmember_set3.tpl'; 
    285285            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    286286        } 
     
    313313        //--¡¡¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê 
    314314        if ($_POST["mode2"] == "set2") { 
    315             $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
     315            $objPage->tpl_mainpage = 'nonmember/nonmember_set2.tpl'; 
    316316            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    317317        } elseif ($_POST["mode2"] == "set3") { 
    318             $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
     318            $objPage->tpl_mainpage = 'nonmember/nonmember_set3.tpl'; 
    319319            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    320320 
     
    375375           $arrData = $_POST; 
    376376            
    377             $objPage->tpl_mainpage = 'shopping/nonmember_deliv.tpl'; 
     377            $objPage->tpl_mainpage = 'nonmember/nonmember_deliv.tpl'; 
    378378            $objPage->tpl_title = '¤ªÆϤ±Àè¾ðÊó'; 
    379379        } 
Note: See TracChangeset for help on using the changeset viewer.