Index: branches/comu/html/entry/complete.php
===================================================================
--- branches/comu/html/entry/complete.php	(revision 15)
+++ branches/comu/html/entry/complete.php	(revision 11729)
@@ -9,7 +9,7 @@
 class LC_Page {
 	function LC_Page() {
-		$this->tpl_css = URL_DIR.'css/layout/entry/complete.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
-		$this->tpl_mainpage = 'entry/complete.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
-		$this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';			//¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë
+		$this->tpl_css = URL_DIR.'css/layout/entry/complete.css';	// メインCSSパス
+		$this->tpl_mainpage = 'entry/complete.tpl';			// メインテンプレート
+		$this->tpl_title .= '会員登録(完了ページ)';			//　ページタイトル
 	}
 }
@@ -19,13 +19,13 @@
 $objCampaignSess = new SC_CampaignSession();
 
-// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
+// レイアウトデザインを取得
 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
 
-// ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤¬¥Á¥§¥Ã¥¯
+// キャンペーンからの遷移がチェック
 $objPage->is_campaign = $objCampaignSess->getIsCampaign();
 $objPage->campaign_dir = $objCampaignSess->getCampaignDir();
 
 $objView->assignobj($objPage);
-// ¥Õ¥ì¡¼¥à¤òÁªÂò(¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤éÁ«°Ü¤Ê¤éÊÑ¹¹)
+// フレームを選択(キャンペーンページから遷移なら変更)
 $objCampaignSess->pageView($objView);
 //----------------------------------------------------------------------------------------------------------------------
