* add new 'Context' Parameter to the template call
[citadel.git] / webcit / listsub.c
index ce9b1ed5250a37555f3167242adf42abe826b280..604d3d47b0acd46d5d61bb6c3eecee997a421075 100644 (file)
@@ -49,7 +49,7 @@ void do_listsub(void)
        wprintf("<table border=0 width=75%%><tr><td>");
 
        svput("BOXTITLE", WCS_STRING, _("List subscribe/unsubscribe"));
-       do_template("beginbox");
+       do_template("beginbox", NULL);
        wprintf("<div align=center><br>");
 
        /*
@@ -217,7 +217,7 @@ FORM:               wprintf("<form method=\"POST\" action=\"listsub\">\n");
        }
 
        wprintf("</div>");
-       do_template("endbox");
+       do_template("endbox", NULL);
        wprintf("</td></tr></table></div>");
 
        wprintf("</BODY></HTML>\n");