Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[citadel.git] / webcit / static / t / roomchat.html
index 2fd363441c756e1137c92b475fa09a286c81345a..b37aa2dacf275c0bedb8b8fd73d8765ac9f70f46 100644 (file)
@@ -4,7 +4,7 @@
 <div id="chatsend" class="chatsend_class">
        <form method="POST" onsubmit="return chatsendfunc()" action="chat_send" id="chatsendid" name="chatsendform">
        <input type="hidden" name="nonce" value="<?NONCE>">
-       <img src="static/icons/essen/32x32/chat.png" alt="">
+       <img src="static/webcit_icons/essen/32x32/chat.png" alt="">
        <textarea id="send_this_id" name="send_this" rows="4" cols="78"
                onKeyPress="chat_enter(event);"></textarea>
        <input type="submit" value="<?_("Send")>">