Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 12285)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 12286)
@@ -27,17 +27,4 @@
 $objPage->arrMonth = $objDate->getMonth();
 $objPage->arrDay = $objDate->getDay();
-
-// ¶õ¥á¡¼¥ë
-if (isset($_SESSION['mobile']['kara_mail_from'])) {
-    $objPage->tpl_kara_mail_from = $_POST['email'] = $_SESSION['mobile']['kara_mail_from'];
-} elseif (MOBILE_USE_KARA_MAIL) {
-    $token = gfPrepareKaraMail('nonmember/index.php');
-    if ($token !== false) {
-        $objPage->tpl_mainpage = 'nonmember/mail.tpl';
-        $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(¶õ¥á¡¼¥ë)';
-        $objPage->tpl_kara_mail_to = MOBILE_KARA_MAIL_ADDRESS_USER . MOBILE_KARA_MAIL_ADDRESS_DELIMITER . 'entry_' . $token . '@' . MOBILE_KARA_MAIL_ADDRESS_DOMAIN;
-        $objPage->tpl_from_address = $CONF['email03'];
-    }
-}
 
 //SSLURLÈ½Äê
@@ -119,13 +106,13 @@
         $objPage->arrErr = lfErrorCheck1($objPage->arrForm);
         $objPage->tpl_mainpage = 'nonmember/index.tpl';
-        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊó(1/3)';
+        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(1/3)';
     } elseif ($_POST["mode"] == "set2") {
         $objPage->arrErr = lfErrorCheck2($objPage->arrForm);
         $objPage->tpl_mainpage = 'nonmember/set1.tpl';
-        $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)';
+        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(2/3)';
     } else {
         $objPage->arrErr = lfErrorCheck3($objPage->arrForm);
         $objPage->tpl_mainpage = 'nonmember/set2.tpl';
-        $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)';
+        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(3/3)';
     }
 
@@ -157,8 +144,8 @@
         if ($_POST["mode"] == "set1") {
             $objPage->tpl_mainpage = 'nonmember/set1.tpl';
-            $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(2/3)';
         } elseif ($_POST["mode"] == "set2") {
             $objPage->tpl_mainpage = 'nonmember/set2.tpl';
-            $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(3/3)';
 
             if (@$objPage->arrForm['pref'] == "" && @$objPage->arrForm['addr01'] == "" && @$objPage->arrForm['addr02'] == "") {
@@ -180,5 +167,5 @@
 
             $objPage->tpl_mainpage = 'nonmember/confirm.tpl';
-            $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(³ÎÇ§¥Ú¡¼¥¸)';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊó(³ÎÇ§¥Ú¡¼¥¸)';
 
         }
@@ -212,5 +199,5 @@
 
             $objPage->tpl_mainpage = 'nonmember/complete.tpl';
-            $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(´°Î»¥Ú¡¼¥¸)';
 
             sfMobileSetExtSessionId('id', $objPage->uniqid, 'regist/index.php');
@@ -222,5 +209,5 @@
             $objMailText = new SC_MobileView();
             $objMailText->assignobj($objPage);
-            $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´³ÎÇ§');
+            $subject = sfMakesubject('¤ªµÒÍÍ¾ðÊó¤Î¤´³ÎÇ§');
             $toCustomerMail = $objMailText->fetch("mail_templates/customer_mail.tpl");
             $objMail = new GC_SendMail();
