Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[citadel.git] / webcit / roomchat.c
index fae0868a7565aa8beb2fc825d83202a14b85e6cb..97e693c1e823808bc66e89c6cd9a9f16fe4c4735 100644 (file)
@@ -132,7 +132,7 @@ void chat_rwho(void) {
                        else {
                                wc_printf("<span class=\"chat_notmyname_class\">");
                        }
-                       wc_printf("<img src=\"static/icons/essen/16x16/chat.png\">");
+                       wc_printf("<img src=\"static/webcit_icons/essen/16x16/chat.png\">");
                        escputs(buf);
                        wc_printf("</span><br>\n");
                }