Here is my dilemma:
 
I am helping to write the templating code for a free BBS.  I have some ideas
on how I want to do it but I thought I'd ask here first before I jump into
anything.
 
Basically the layout will have a regular header and footer and then a
dynamically
created navbar depending on where the user is.
 
Right now I'm trying to decide how to go about processing the templates:
either
process the dynamic page layout, then put it in the main layout and process
again,
or put all the content blocks together and process them all at once somehow.
 
Or maybe there's some solution that I haven't thought of.
 
Brian Hann


Reply via email to