14 Nov
2007
14 Nov
'07
9:56 p.m.
On 14 Nov 2007, at 10:13 PM, TheClue wrote:
And i don't think is a good idea anyway. People would be a bit annoyed to have a new template engine to be installed. Since WP theme API is slighty simple, I cannot believe that PHPTemplate alone cannot handle it...
it could. but you'd duplicate it for every single template. it's not the right place to implement it. Move all those api functions to a wordpress.engine, and just call the phptemplate functions from the wordpress.engine. it's really not hard.