* Integrated the first batch of new icons.
[citadel.git] / webcit / summary.c
index fdec33d96fc0af4ec963d48ac40c747a2defa4c5..19ff3a0a48133df0708a00506ba134cd15c44cb1 100644 (file)
@@ -229,7 +229,7 @@ void summary(void) {
        output_headers(1, 1, 2, 0, 1, 0, 0);
        wprintf("<div id=\"banner\">\n");
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=#444455><TR>"
-               "<TD><IMG SRC=\"/static/summary.gif\"></TD><TD>"
+               "<TD><IMG SRC=\"/static/summscreen_48x.gif\"></TD><TD>"
                "<SPAN CLASS=\"titlebar\">"
                "Summary page for ");
        escputs(WC->wc_username);