* Placed a mini roomlist in the iconbar. This is not in its final form.
[citadel.git] / webcit / iconbar.c
index 69803f4f6bc181de03e27df3b472e1291b637dc4..f1d4c8ed43291f958f936f55ab2140f9448d7569 100644 (file)
@@ -378,7 +378,8 @@ void do_iconbar_roomlist(void) {
        
        wprintf("</ul>\n");
 
-       wprintf("<br><br>Room list<br>will be<br>here<br><br>");
+       /* embed the room list */
+       list_all_rooms_by_floor("iconbar");
 
        wprintf("<div id=\"dropstuff\" style=\"font-size:6pt\">");
        wprintf("Drag to trash here...<br>");