22 Aug
2005
22 Aug
'05
11:29 a.m.
- To add new regions to a PHPTemplate-based theme, simply declare the region(s) in a mytheme_regions() function, e.g., <?php
function mytheme_regions() {
I already asked this somewhere -- phptemplate and mytheme_ ? The big advantage of template.php is that the functions are theme agnostic, they are named _phptemplate_*, in this case it would be _phptemplate_regions. Regards NK