On 3/3/06, Eric O'Brien <ericob@possibilityengine.com> wrote:
I just want the convenience, when I'm
building it, of having repetitive parts that are common to many pages
located in only ONE place.
While I don't know PHP, I bet I can figure out how to get include()
to work for this simple case.
My personal rule is NEVER code it twice except for the minimal structure. Anything which might change goes in a separate file, all managed within a TM project. Files get included with PHP one-liners: