23 Jan
2007
23 Jan
'07
8:48 a.m.
On 23 Jan 2007, at 12:52 AM, Neil Drumm wrote:
This would move a large chunk of code out of PHPTemplate into the core theme system where it belongs.
This has already been done, for the templates patch me , dries , vlado and chx were working on. https://svn.bryght.com/dev/browser/templates/drupal (check theme.inc) There's a couple of small bugs, but that's an updated version of the templates work for drupal 5, including all templates split, and all theme calls changed to theme('thing', array('param' => 123, 'param2' => 321); (which is necessary to be able to load templates without requiring phptemplate_stub functions)