* the navbar style isn't used, remove it.
[citadel.git] / webcit / webcit.c
index 71fdef9594ff84437aec76265992cb2b3fa3d0af..f7f7931699831e20ec9f5bb65c07cc19413cb873 100644 (file)
@@ -213,7 +213,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
 
                if (do_room_banner == 1) {
                        wc_printf("<div id=\"banner\">\n");
-                       embed_room_banner(NULL, navbar_default);
+                       embed_room_banner(NULL);
                        wc_printf("</div>\n");
                }
        }