Changeset 12272 for branches/dev


Ignore:
Timestamp:
2007/05/08 16:08:08 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12271 r12272  
    118118    if ($_POST["mode"] == "set1") { 
    119119        $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    120         $objPage->tpl_mainpage = 'entry/index.tpl'; 
     120        $objPage->tpl_mainpage = 'nonmember/index.tpl'; 
    121121        $objPage->tpl_title = '¤ªµÒÍ;ðÊó(1/3)'; 
    122122    } elseif ($_POST["mode"] == "set2") { 
    123123        $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    124         $objPage->tpl_mainpage = 'entry/set1.tpl'; 
     124        $objPage->tpl_mainpage = 'nonmember/set1.tpl'; 
    125125        $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)'; 
    126126    } else { 
    127127        $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    128         $objPage->tpl_mainpage = 'entry/set2.tpl'; 
     128        $objPage->tpl_mainpage = 'nonmember/set2.tpl'; 
    129129        $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)'; 
    130130    } 
     
    179179            } 
    180180 
    181             $objPage->tpl_mainpage = 'entry/confirm.tpl'; 
     181            $objPage->tpl_mainpage = 'nonmember/confirm.tpl'; 
    182182            $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(³Îǧ¥Ú¡¼¥¸)'; 
    183183 
Note: See TracChangeset for help on using the changeset viewer.