Index: branches/version-2_4/html/install/index.php
===================================================================
--- branches/version-2_4/html/install/index.php	(revision 18118)
+++ branches/version-2_4/html/install/index.php	(revision 18165)
@@ -26,4 +26,5 @@
 
 define("INSTALL_LOG", "./temp/install.log");
+define("INSTALL_INFO_URL", "http://www.ec-cube.net/install_info/index.php");
 ini_set("max_execution_time", 300);
 
@@ -305,5 +306,4 @@
     }
     $req->clearPostData();
-
     break;
 case 'return_step0':
@@ -328,5 +328,4 @@
     break;
 }
-
 //フォーム用のパラメータを返す
 $objPage->arrForm = $objWebParam->getFormParamList();
@@ -614,4 +613,6 @@
     }
     $objPage->tpl_sslurl = $secure_url;
+    //EC-CUBEオフィシャルサイトからのお知らせURL
+    $objPage->install_info_url = INSTALL_INFO_URL;
     return $objPage;
 }
Index: branches/version-2_4/html/install/templates/complete.tpl
===================================================================
--- branches/version-2_4/html/install/templates/complete.tpl	(revision 16582)
+++ branches/version-2_4/html/install/templates/complete.tpl	(revision 18165)
@@ -28,5 +28,5 @@
 <!--{/foreach}-->
 
-<tr><td height="80"></td></tr>
+<tr><td height="30"></td></tr>
 <tr>
     <td align="center" class="fs12">
@@ -41,5 +41,5 @@
     </td>
 </tr>
-<tr><td height="80"></td></tr>
+<tr><td height="30"></td></tr>
 
 </table>
Index: branches/version-2_4/html/install/templates/install_frame.tpl
===================================================================
--- branches/version-2_4/html/install/templates/install_frame.tpl	(revision 18127)
+++ branches/version-2_4/html/install/templates/install_frame.tpl	(revision 18165)
@@ -92,4 +92,16 @@
                     <tr><td height="40"></td></tr>
                 </table>
+                <!--{if strlen($install_info_url) != 0}-->
+                <table width="562" border="0" cellspacing="0" cellpadding="0" summary=" ">
+                    <tr>
+                        <td align="center">
+                            <iframe src="<!--{$install_info_url}-->" width="562" height="460" frameborder="no" scrolling="no">
+                                                         こちらはEC-CUBEからのお知らせです。この部分は iframe対応ブラウザでご覧下さい。
+                            </iframe>
+                        </td>
+                    </tr>
+                    <tr><td height="20"></td></tr>
+                </table>
+                <!--{/if}-->
                 </td>
             </tr>
