Ignore:
Timestamp:
2006/10/12 16:43:12 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/basis/zip_install.php

    r6085 r6120  
    8888    fclose($fp); 
    8989     
    90     print("<img src='/img/install/space_w.gif'><br>\n"); 
     90    print("<img src='".URL_DIR."img/install/space_w.gif'><br>\n"); 
    9191    print("<table width='700' height='50' border='0' cellpadding='0' cellspacing='0' bgcolor='#494E5F'>\n"); 
    9292    print("<tr>\n"); 
    93     print("<td align='center'><a href='javascript:window.close()'><img src='/img/install/close.gif' alt='CLOSE' width='85' height='22' border='0' /></a></td>\n"); 
     93    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"); 
    9494    print("</tr>\n"); 
    9595    print("</table>\n"); 
Note: See TracChangeset for help on using the changeset viewer.