templatize the summary (half baked)
[citadel.git] / webcit / calendar_view.c
index 3319547a63eff22be5fc6d2fb8cee021cfca0644..769cd23340de585cae83e909316e057a94f34081 100644 (file)
@@ -1535,3 +1535,10 @@ int calendar_RenderView_or_Tail(SharedMessageStatus *Stat,
        DeleteHash(&WC->disp_cal_items);
        return 0;
 }
+
+void 
+InitModule_CALENDAR_VIEW
+(void)
+{
+       WebcitAddUrlHandler(HKEY("mini_calendar"), "", 0, ajax_mini_calendar, AJAX);
+}