I've read both the article on PHPLib and the thread started by 'Andrew' on PHP with great interest. There are a few issues I need answers to before trying to implement templates into my existing site.
My question is whether it is possible to maintain the same page structure I already have employed on my pages when I install PHPLib templates.
The site is built up manually, on this basis:
(example of a regular page)
downloads.php is opened, and only calls the universal setup.inc, which calls a default template (with headers, layout and whatever should be included on every page in the site) , which then calls the content.
The one thing I would like to maintain is the possibility to have the templates as one file, instead of many small pieces which can be edited.
Is this possible? Pardon my problems making my point clear!
Thanks a lot,