function mostpopular_permission in Drupal Most Popular 7
Implements hook_permission().
File
- ./
mostpopular.module, line 34 - The main file for the Most Popular module.
Code
function mostpopular_permission() {
return array(
'administer mostpopular' => array(
'title' => t('Administer Most Popular'),
),
);
}