Re: Creating template system for my own cms
I actually use smarty as a template engine as it's called,and I'm very pleased with it.
it uses .tpl files and contains all the html and info from the actual page sent by a special variable system.
the main thing is that you can do different tpl:s for the same page, and as you write your output in the tpl, you can have a large setup of themes as many cms:es call it.
|