* reorganize some templates into subdirectories
[citadel.git] / webcit / summary.c
index 208169eb1d2f7419cc566fe0472f7d74f251fd02..44a6bb35be5d33ea880d182dc457e026fd3e20e1 100644 (file)
@@ -251,7 +251,7 @@ void summary_inner_div(void) {
        wc_printf(_("Who's online now"));
        wc_printf("</div><div class=\"boxcontent\">");  
        wc_printf("<div id=\"who_inner\">");    
-       do_template("wholistsummarysection", NULL);
+       do_template("who_summary", NULL);
        wc_printf("</div></div></div>");
        wc_printf("</td>");
 
@@ -317,7 +317,7 @@ void summary(void) {
                "                            { method: 'get', frequency: 120 }  );      "
                " new Ajax.PeriodicalUpdater('calendar_inner', 'calendar_inner_html',           "
                "                            { method: 'get', frequency: 90 }  );       "
-               " new Ajax.PeriodicalUpdater('do_template', 'template=wholistsummarysection',   "
+               " new Ajax.PeriodicalUpdater('do_template', 'template=who_summary',     "
                "                            { method: 'get', frequency: 30 }  );       "
                "</script>                                                              \n"
        );