The following panels are defined inside of "precision_column_two.inc"
'panels' => array(
'header_alpha' => t('Header alpha'),
'header_beta' => t('Header beta'),
'main' => t('Main'),
'aside_beta' => t('Aside beta'),
'footer_alpha' => t('Footer alpha'),
'footer_beta' => t('Footer beta'),
I see that the file "precision-column-two.tpl.php" doesn't contain the regions:
Header beta and Footer beta.
Comments
Comment #1
Snipon commentedThank you for pointing it out. Should be fixed now in both 6.x and 7.x branches.
Comment #2
Snipon commented