* Eliminated a bug in pullquote_message() that was causing it to run words
[citadel.git] / webcit / roomops.c
index 68476bfb5f20f99af0d813bb8fba1b4cf9bab5c9..f0df5cce2f4d90d3f861e9d08da3758856801dbe 100644 (file)
@@ -485,6 +485,17 @@ void embed_room_banner(char *got, int navbar_style) {
                                                "</span></a></td>\n", _("View message list")
                                        );
                                        break;
+                               case VIEW_WIKI:
+                                       wprintf(
+                                               "<td>"
+                                               "<a href=\"readfwd\">"
+                                               "<img align=\"middle\" src=\"static/readallmess3_24x.gif\" "
+                                               "border=\"0\">"
+                                               "<span class=\"navbar_link\">"
+                                               "%s"
+                                               "</span></a></td>\n", _("Wiki home")
+                                       );
+                                       break;
                                default:
                                        wprintf(
                                                "<td>"