* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / inetconf.c
index c025792b056df02a28a676874da1807801c68157..191f90e76787a6b3525f6893654446c411d90869 100644 (file)
@@ -110,7 +110,7 @@ void display_inetconf(void)
                        wprintf("</td><td valign=top>");
                }
                svput("BOXTITLE", WCS_STRING, ic_boxtitle[which]);
-               do_template("beginbox", NULL);
+               do_template("beginboxx", NULL);
                wprintf("<span class=\"menudesc\">");
                escputs(ic_desc[which]);
                wprintf("</span><br />");