Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 19859)
+++ branches/version-2_5-dev/html/install/index.php	(revision 19873)
@@ -34,4 +34,8 @@
 require_once(DATA_REALDIR . "install.php");
 
+if(!defined("ADMIN_DIR")){
+    define("ADMIN_DIR","admin/");
+}
+
 define("INSTALL_LOG", "./temp/install.log");
 ini_set("max_execution_time", 300);
@@ -394,9 +398,4 @@
     $objPage->tpl_mainpage = 'step0.tpl';
 
-    $admin_dir = "admin/";
-    if(defined("ADMIN_DIR")){
-        $admin_dir = ADMIN_DIR;
-    }
-
     // プログラムで書込みされるファイル・ディレクトリ
     $arrWriteFile = array(
@@ -410,5 +409,5 @@
         DATA_REALDIR . "downloads/",
         DATA_REALDIR . "upload/",
-        HTML_REALDIR . $admin_dir
+        HTML_REALDIR . ADMIN_DIR
     );
 
Index: branches/version-2_5-dev/html/install/templates/install_frame.tpl
===================================================================
--- branches/version-2_5-dev/html/install/templates/install_frame.tpl	(revision 19802)
+++ branches/version-2_5-dev/html/install/templates/install_frame.tpl	(revision 19873)
@@ -28,7 +28,7 @@
 <meta http-equiv="content-script-type" content="text/javascript">
 <meta http-equiv="content-style-type" content="text/css">
-<link rel="stylesheet" href="../admin/css/install.css" type="text/css" >
-<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/css.js"></script>
-<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/navi.js"></script>
+<link rel="stylesheet" href="../<!--{$smarty.const.ADMIN_DIR}-->css/install.css" type="text/css" >
+<script type="text/javascript" src="../js/css.js"></script>
+<script type="text/javascript" src="../js/navi.js"></script>
 <title>EC CUBE インストール画面</title>
 </head>
@@ -48,5 +48,5 @@
         <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="img/header_bg2.jpg">
             <tr valign="top">
-                <td><img src="../<!--{$admin_dir}-->img/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td>
+                <td><img src="../<!--{$smarty.const.USER_DIR}--><!--{$smarty.const.USER_PACKAGE_DIR}--><!--{$smarty.const.ADMIN_DIR}-->img/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td>
                 <td width="648" align="right"></td>
             </tr>
