From: Jamie C. <jca...@we...> - 2004-05-21 08:48:13
|
Because Webmin module program are just CGI scripts, there is really no restriction on what tool you can use to generate the HTML they output. However, it is a good idea to always call the header and footer function, as these can be overridden by themes to produce a custom style. If your module was to produce the full HTML for a page from the <html> tag onwards itself without calling header, it would look out of place in a different theme .. - Jamie On Fri, 2004-05-21 at 08:05, be...@ge... wrote: > Is it ok if I make a module that uses a template engine? How about an > external one? (such as: http://www.template-toolkit.org/ ). Or should I > just stick to HTML:Template > -ben |