Changeset 12272 for branches/dev
- Timestamp:
- 2007/05/08 16:08:08 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/nonmember/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/index.php
r12271 r12272 118 118 if ($_POST["mode"] == "set1") { 119 119 $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 120 $objPage->tpl_mainpage = ' entry/index.tpl';120 $objPage->tpl_mainpage = 'nonmember/index.tpl'; 121 121 $objPage->tpl_title = '¤ªµÒÍ;ðÊó(1/3)'; 122 122 } elseif ($_POST["mode"] == "set2") { 123 123 $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 124 $objPage->tpl_mainpage = ' entry/set1.tpl';124 $objPage->tpl_mainpage = 'nonmember/set1.tpl'; 125 125 $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)'; 126 126 } else { 127 127 $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 128 $objPage->tpl_mainpage = ' entry/set2.tpl';128 $objPage->tpl_mainpage = 'nonmember/set2.tpl'; 129 129 $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)'; 130 130 } … … 179 179 } 180 180 181 $objPage->tpl_mainpage = ' entry/confirm.tpl';181 $objPage->tpl_mainpage = 'nonmember/confirm.tpl'; 182 182 $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(³Îǧ¥Ú¡¼¥¸)'; 183 183
Note: See TracChangeset
for help on using the changeset viewer.
