diff --git a/exec/ftp-web-html.js b/exec/ftp-web-html.js
index b205bc83c77a114fa484964b1f77f1cc130de6a8..65f9ab38d382ee409a7e1b006cfdcdf5306cbd4f 100644
--- a/exec/ftp-web-html.js
+++ b/exec/ftp-web-html.js
@@ -58,7 +58,7 @@ writeln("<meta http-equiv='Content-Type' content='text/html; charset=IBM437'>");
 writeln('<link rel="stylesheet" type="text/css" href="http://' + format("%s:%s",system.host_name, http_port) + '/synchronet.css">');
 
 writeln("</head>");
-writeln('<body style="background-image: url(http://' + format("%s:%s",system.host_name, http_port) +'/graphics/bg_grad.jpg)";>');
+writeln('<body style="background-image: url(http://' + format("%s:%s",system.host_name, http_port) +'/images/default/bg_grad.jpg)";>');
 //writeln(font_face);
 
 writeln('<table class="welcome_main" width="95%"><tr><td>');
@@ -186,13 +186,13 @@ if(!(user.security.restrictions&UFLAG_G) && system.matchuser("Guest")) { /* !Gue
 
 writeln('<table align="center" width="100%"  border="0" cellspacing="0" cellpadding="0">');
     writeln('<tr>');
-    writeln('<td style="background-image: url(http://' + format("%s:%s",system.host_name, http_port) + '/graphics/tnav_bg.gif); background-repeat: repeat-x; text-align: left;" width="1%"><img src="http://' + format("%s:%s"
+    writeln('<td style="background-image: url(http://' + format("%s:%s",system.host_name, http_port) + '/images/default/tnav_bg.gif); background-repeat: repeat-x; text-align: left;" width="1%"><img src="http://' + format("%s:%s"
         ,system.host_name
         ,http_port) 
-        + '/graphics/tnav_left.gif" width="5" height="32" alt="" /></td>');
+        + '/images/default/tnav_left.gif" width="5" height="32" alt="" /></td>');
     writeln('<td style="background-image: url(http://' 
         + format("%s:%s",system.host_name, http_port) 
-        + '/graphics/tnav_bg.gif); background-repeat: repeat-x;">');
+        + '/images/default/tnav_bg.gif); background-repeat: repeat-x;">');
         if(ftp.curlib.name==undefined) 
             writeln('<span class="tlink">FTP Server Root</span>');
         else
@@ -210,8 +210,8 @@ if(ftp.curdir.name!=undefined)
 if(ftp.curdir.settings!=undefined && ftp.curdir.settings&DIR_FREE)
     write(" - FREE");
     writeln('</td>');
-    writeln('<td style="background-image: url(http://' + format("%s:%s",system.host_name, http_port) + '/graphics/tnav_bg.gif); background-repeat: repeat-x; text-align: right;" width="1%"><img src="http://' + format("%s:%s",system.host_name, http_port) 
-        + '/graphics/tnav_right.gif" width="5" height="32" alt="" /></td>');
+    writeln('<td style="background-image: url(http://' + format("%s:%s",system.host_name, http_port) + '/images/default/tnav_bg.gif); background-repeat: repeat-x; text-align: right;" width="1%"><img src="http://' + format("%s:%s",system.host_name, http_port) 
+        + '/images/default/tnav_right.gif" width="5" height="32" alt="" /></td>');
     writeln('</tr>');
 writeln('</table>');
 writeln('<br />');