i could attach my template-engine if you like... g it consists of some classes and a few mysql-tables. the idea behind it was to do something XML/XSL like. but the rendering mechanism is far easier.
the templates are html only, but they contain some slots (placeholders) for dynamic content.
so my php-code just creates the data and calls the right templates.
you could change the complete look of the site just by changing the templates. even somebody with no PHP knowledge at all could do this.
was that explanation enough? :rolleyes: