* shuffle arround the whole room stuff. we now have:
[citadel.git] / webcit / webcit.c
index e7a735e2d5290c89f4fc5f5779b9f7b738188a9d..0396cd408ed6c021b91907b86c1887c7d597dcd1 100644 (file)
@@ -212,9 +212,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();
-                       wc_printf("</div>\n");
+                       tmplput_roombanner(NULL, NULL);
                }
        }