* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / webcit.c
index efeda29b50b383775b53790afc6e6bfe87e21038..c2866279e847c260c6e282df4e8ab688fa51f868 100644 (file)
@@ -793,7 +793,7 @@ void print_menu_box(char* Title, char *Class, int nLines, ...)
        long i;
        
        svput("BOXTITLE", WCS_STRING, Title);
-       do_template("beginbox", NULL);
+       do_template("beginboxx", NULL);
        
        wprintf("<ul class=\"%s\">", Class);