Changeset 16319


Ignore:
Timestamp:
2007/10/07 01:12:35 (16 years ago)
Author:
nanasess
Message:

画像のパス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

    r15532 r16319  
    6363            SC_Utils_Ex::sfErrorHeader(">> " . ZIP_CSV_FILE_PATH . "の取得に失敗しました。"); 
    6464        } else { 
    65             print("<img src='".URL_DIR."img/install/main_w.jpg'><br>"); 
     65            print("<img src='".TEMPLATE_DIR."img/install/main_w.jpg'><br>"); 
    6666            $this->myFlush(); 
    6767 
     
    7373            } 
    7474 
    75             print("<img src='".URL_DIR."img/install/space_w.gif'>"); 
     75            print("<img src='".TEMPLATE_DIR."img/install/space_w.gif'>"); 
    7676            $this->myFlush(); 
    7777 
     
    112112                // $disp_line件ごとに進捗表示する 
    113113                if($cnt % $disp_line == 0 && $img_cnt < IMAGE_MAX) { 
    114                     print("<img src='".URL_DIR."img/install/graph_1_w.gif'>"); 
     114                    print("<img src='".TEMPLATE_DIR."img/install/graph_1_w.gif'>"); 
    115115                    $this->myFlush(); 
    116116                    $img_cnt++; 
     
    119119            fclose($fp); 
    120120 
    121             print("<img src='".URL_DIR."img/install/space_w.gif'><br>\n"); 
     121            print("<img src='".TEMPLATE_DIR."img/install/space_w.gif'><br>\n"); 
    122122            print("<table width='700' height='50' border='0' cellpadding='0' cellspacing='0' bgcolor='#494E5F'>\n"); 
    123123            print("<tr>\n"); 
    124             print("<td align='center'><a href='javascript:window.close()'><img src='".URL_DIR."img/install/close.gif' alt='CLOSE' width='85' height='22' border='0' /></a></td>\n"); 
     124            print("<td align='center'><a href='javascript:window.close()'><img src='".TEMPLATE_DIR."img/install/close.gif' alt='CLOSE' width='85' height='22' border='0' /></a></td>\n"); 
    125125            print("</tr>\n"); 
    126126            print("</table>\n"); 
Note: See TracChangeset for help on using the changeset viewer.