Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[citadel.git] / webcit / userlist.c
index b9c08818ac4791acca7f03ce6309ac2040b0b1f6..7b63bf81b31d0e19e8c1e505eec78e91db098825 100644 (file)
@@ -113,7 +113,7 @@ void showuser(void)
 
        output_headers(1, 1, 2, 0, 0, 0);
        wc_printf("<div id=\"banner\">\n");
-       wc_printf("<img src=\"static/icons/essen/32x32/account.png\">");
+       wc_printf("<img src=\"static/webcit_icons/essen/32x32/account.png\">");
         wc_printf("<h1>");
        wc_printf(_("User profile"));
         wc_printf("</h1>");
@@ -150,7 +150,7 @@ void showuser(void)
        wc_printf("<br><a href=\"display_page?recp=");
        urlescputs(who);
        wc_printf("\">"
-               "<img src=\"static/icons/essen/16x16/chat.png\" "
+               "<img src=\"static/webcit_icons/essen/16x16/chat.png\" "
                "align=middle border=0>&nbsp;&nbsp;");
        snprintf(buf, sizeof buf, _("Click here to send an instant message to %s"), who);
        escputs(buf);