You are here

function spaces_block_info in Spaces 7.3

Same name and namespace in other branches
  1. 7 spaces.module \spaces_block_info()

Implements hook_block_info().

File

./spaces.module, line 886

Code

function spaces_block_info() {
  return array(
    'menu_editor' => array(
      'info' => t('Reorder menu'),
    ),
  );
}