>>>>> "BH" == Brian Hann <Hann> writes:

BH> Right now I'm trying to decide how to go about processing the
BH> templates: either process the dynamic page layout, then put it in
BH> the main layout and process again, or put all the content blocks
BH> together and process them all at once somehow.
 
use PRE_PROCESS in your template object to specify your header.  In
each template, use the META command to set a variable indicating the
section of the site they are in.  in the PRE_PROCESS template, use
if/else to decide how to highlight the various parts.

Tastes great and less filling all at once.



Reply via email to