[Pugged] template systems?

ciapug@ciapug.org ciapug@ciapug.org
Mon, 26 Aug 2002 19:12:38 -0000


Anyone tried to use one of the php template systems? I've always wondered what they really bring to the table (or is that "<table>").

When building a site, I usually cut the pages apart into header, nav-bar, footer and other sections, that just get included into whatever PHP page needs them.

Here's one I just saw on freshmeat:

http://gween.freesources.org/

-dc