function chameleon_regions in Drupal 4
Same name and namespace in other branches
- 5 themes/chameleon/chameleon.theme \chameleon_regions()
File
- themes/chameleon/ chameleon.theme, line 16 
- A slim, CSS-driven theme.
Code
function chameleon_regions() {
  return array(
    'left' => t('left sidebar'),
    'right' => t('right sidebar'),
  );
}