]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Laid the groundwork for a customizable iconbar
[citadel.git] / webcit / webcit.c
index 90984f330d96044447f86cba787d24dd48a064bb..58a7b46f6379918fbe71845eae43b82ddc68e21b 100644 (file)
@@ -1156,6 +1156,10 @@ void session_loop(struct httprequest *req)
 #endif
        } else if (!strcasecmp(action, "summary")) {
                summary();
+       } else if (!strcasecmp(action, "iconbar")) {
+               do_iconbar();
+       } else if (!strcasecmp(action, "customize_iconbar")) {
+               customize_iconbar();
        } else if (!strcasecmp(action, "diagnostics")) {
                output_headers(1);