Index: branches/dev/html/mobile/regist/index.php
===================================================================
--- branches/dev/html/mobile/regist/index.php	(revision 11686)
+++ branches/dev/html/mobile/regist/index.php	(revision 11842)
@@ -22,5 +22,5 @@
 $objConn = new SC_DBConn();
 $objPage = new LC_Page();
-$objView = new SC_SiteView();
+$objView = new SC_MobileView();
 $objSiteInfo = $objView->objSiteInfo;
 $objCustomer = new SC_Customer();
@@ -170,5 +170,5 @@
 	
 	//--¡¡¥á¡¼¥ëÁ÷¿®
-	$objMailText = new SC_SiteView();
+	$objMailText = new SC_MobileView();
 	$objMailText->assign("CONF", $CONF);
 	$objMailText->assign("name01", $data["name01"]);
