24 May
2008
24 May
'08
2:25 a.m.
Thanks Earl for the quick reply. However, there is no phptemplate_page() in D6. There's theme(), which has a lot of complicated logic around hooks and templates which I'd rather not duplicate in my theme_page override. I want all preprocess and variable handling that normally applies to a page template. I still don't see a clean way to do it. -Dave On Friday 23 May 2008, Earl Miles wrote:
There's no postprocess in D6; in order to do what you want to do, you'd have to override theme_page as a function (i.e, implement phptemplate_page), call preprocessors yourself, then use drupal_render_template to render your page.tpl.php.