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