* Move iconbar out of global div so I can shuffle main content position rules
[citadel.git] / webcit / webcit.c
index 49884f250599197380206c1bb49990eca435ca42..d63afdd64db3ae36b6b1b82acb565c10c2bac02e 100644 (file)
@@ -175,7 +175,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
                }
 
                if ( (WC->logged_in) && (!unset_cookies) ) {
-                       DoTemplate(HKEY("iconbar"), NULL, &NoCtx);
+                 //DoTemplate(HKEY("iconbar"), NULL, &NoCtx);
                        page_popup();
                }