Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 12271)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 12272)
@@ -118,13 +118,13 @@
     if ($_POST["mode"] == "set1") {
         $objPage->arrErr = lfErrorCheck1($objPage->arrForm);
-        $objPage->tpl_mainpage = 'entry/index.tpl';
+        $objPage->tpl_mainpage = 'nonmember/index.tpl';
         $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊó(1/3)';
     } elseif ($_POST["mode"] == "set2") {
         $objPage->arrErr = lfErrorCheck2($objPage->arrForm);
-        $objPage->tpl_mainpage = 'entry/set1.tpl';
+        $objPage->tpl_mainpage = 'nonmember/set1.tpl';
         $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)';
     } else {
         $objPage->arrErr = lfErrorCheck3($objPage->arrForm);
-        $objPage->tpl_mainpage = 'entry/set2.tpl';
+        $objPage->tpl_mainpage = 'nonmember/set2.tpl';
         $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)';
     }
@@ -179,5 +179,5 @@
             }
 
-            $objPage->tpl_mainpage = 'entry/confirm.tpl';
+            $objPage->tpl_mainpage = 'nonmember/confirm.tpl';
             $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(³ÎÇ§¥Ú¡¼¥¸)';
 
