* add new 'Context' Parameter to the template call
[citadel.git] / webcit / inetconf.c
index ad27d97b595513639b3d4a44c33694e6754f4031..87964d30554208acc8c65a8d22bba9ef0b8ceaa8 100644 (file)
@@ -105,7 +105,7 @@ void display_inetconf(void)
                        wprintf("</td><td valign=top>");
                }
                svput("BOXTITLE", WCS_STRING, ic_boxtitle[which]);
-               do_template("beginbox");
+               do_template("beginbox", NULL);
                wprintf("<span class=\"menudesc\">");
                escputs(ic_desc[which]);
                wprintf("</span><br />");
@@ -141,7 +141,7 @@ void display_inetconf(void)
                wprintf("</td><td align=left>"
                        "<input type=\"submit\" name=\"oper\" value=\"Add\">"
                        "</td></tr></table></form>\n");
-               do_template("endbox");
+               do_template("endbox", NULL);
                wprintf("<br />");
        }
        wprintf("</td></tr></table></div>\n");