+1 for pull
Folkert
adrian rossouw wrote:
>
> On 22 Feb 2008, at 3:20 PM, G�bor Hojtsy wrote:
>
>>
>> Completely understood. I always disliked that
PHPTemplate builds all
>>
>> block regions regardless of needs. I used to use
lots of conditionals
>>
>> around block region bulilding in my pure PHP
themes
>>
>
> This might not be a popular idea, but perhaps we should
make the
> region calls pull.
>
> Instead of <?php print $region ?> have it be
<?php print
> drupal_region("region") ?>
>
|