Changeset 19873 for branches/version-2_5-dev/html/install
- Timestamp:
- 2011/01/11 23:25:20 (15 years ago)
- Location:
- branches/version-2_5-dev/html/install
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
templates/install_frame.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r19859 r19873 34 34 require_once(DATA_REALDIR . "install.php"); 35 35 36 if(!defined("ADMIN_DIR")){ 37 define("ADMIN_DIR","admin/"); 38 } 39 36 40 define("INSTALL_LOG", "./temp/install.log"); 37 41 ini_set("max_execution_time", 300); … … 394 398 $objPage->tpl_mainpage = 'step0.tpl'; 395 399 396 $admin_dir = "admin/";397 if(defined("ADMIN_DIR")){398 $admin_dir = ADMIN_DIR;399 }400 401 400 // プログラムで書込みされるファイル・ディレクトリ 402 401 $arrWriteFile = array( … … 410 409 DATA_REALDIR . "downloads/", 411 410 DATA_REALDIR . "upload/", 412 HTML_REALDIR . $admin_dir411 HTML_REALDIR . ADMIN_DIR 413 412 ); 414 413 -
branches/version-2_5-dev/html/install/templates/install_frame.tpl
r19802 r19873 28 28 <meta http-equiv="content-script-type" content="text/javascript"> 29 29 <meta http-equiv="content-style-type" content="text/css"> 30 <link rel="stylesheet" href="../ admin/css/install.css" type="text/css" >31 <script type="text/javascript" src=" <!--{$smarty.const.URL_PATH}-->js/css.js"></script>32 <script type="text/javascript" src=" <!--{$smarty.const.URL_PATH}-->js/navi.js"></script>30 <link rel="stylesheet" href="../<!--{$smarty.const.ADMIN_DIR}-->css/install.css" type="text/css" > 31 <script type="text/javascript" src="../js/css.js"></script> 32 <script type="text/javascript" src="../js/navi.js"></script> 33 33 <title>EC CUBE インストール画面</title> 34 34 </head> … … 48 48 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="img/header_bg2.jpg"> 49 49 <tr valign="top"> 50 <td><img src="../<!--{$ admin_dir}-->img/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td>50 <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> 51 51 <td width="648" align="right"></td> 52 52 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
