Index: branches/dev/html/entry/complete.php
===================================================================
--- branches/dev/html/entry/complete.php	(revision 17)
+++ branches/dev/html/entry/complete.php	(revision 287)
@@ -10,5 +10,13 @@
 	function LC_Page() {
 		$this->tpl_css = URL_DIR.'css/layout/entry/complete.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
-		$this->tpl_mainpage = 'entry/complete.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
+		
+		if(CUSTOMER_CONFIRM_MAIL == true) {
+			// ²¾²ñ°÷ÅÐÏ¿´°Î»
+			$this->tpl_mainpage = 'entry/complete.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
+		} else {
+			// ËÜ²ñ°÷ÅÐÏ¿´°Î»
+			$this->tpl_mainpage = 'regist/complete.tpl';		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È			
+		}
+		
 		$this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';			//¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë
 	}
