I read the Drupal's manual to introduce a new region in the subjects. In Deco however I do not find deco_regions.
There it is? or how I can do? Thanks and excused my English.

function mytheme_regions() {
  return array(
    'right' => t('right sidebar'),
    'content' => t('content'),
    'header' => t('header'),
    'footer' => t('footer'),
    'floater' => t('floater'),
    'inline1' => t('inline 1')
  );
}

Comments

ScoutBaker’s picture

Were you looking at the handbook page at http://drupal.org/node/29140? If so, that page is marked for Drupal 4.7. Theming has changed significantly in Drupal 6, so I don't think that page applies.

klaasvw’s picture

Status: Active » Fixed

Yes, declaring regions has changed in Drupal 6. Regions are now declared in a .info file (deco.info).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.