]> code.citadel.org Git - citadel.git/blobdiff - webcit/summary.c
* Add the Summary Page to the customizable iconbar
[citadel.git] / webcit / summary.c
index 3b35df7cb3475bdee201497179c09e45d425626b..68d21af03d8ddec116f7136ca62e70b019234d08 100644 (file)
@@ -221,7 +221,8 @@ void server_info_section(void) {
 void summary(void) {
        output_headers(7);
 
-       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=#007700><TR><TD>"
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=#007700><TR>"
+               "<TD><IMG SRC=\"/static/summary.gif\"></TD><TD>"
                "<SPAN CLASS=\"titlebar\">"
                "Summary page for ");
        escputs(WC->wc_username);