]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* implement paging hooks in a templated way so it can be called from them.
[citadel.git] / webcit / webcit.c
index 869793a2c2ace1b4c524d9d388b99c2e3c2dbaef..391370bcac789f87d34d88deccdf0be681258ebb 100644 (file)
@@ -209,8 +209,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
                        FlushStrBuf(WCC->ImportantMsg);
                }
                if ( (WCC->logged_in) && (!unset_cookies) ) {
-                       /*DoTemplate(HKEY("iconbar"), NULL, &NoCtx);*/
-                       page_popup();
+                       DoTemplate(HKEY("paging"), NULL, &NoCtx);
                }
 
                if (do_room_banner == 1) {