Sometime Today, Drew Taylor assembled some asciibets to say:

> I would like to automatically wrap a template in a header and footer
> without having to specify <TMPL_INCLUDE [header|footer].tmpl> for
> every page. In TT I can use the PRE_PROCESS and POST_PROCESS
> options, which specify a template that is pre/appended to the

Use three template objects.  One for the header, one for the body, one
for the footer.  Then:

print $header->output, $body->output, $footer->output;

-- 
Elegance and truth are inversely related.
                -- Becker's Razor




-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to