You are here

function sexybookmarks_permission in Share Buttons, Related Posts, Content Analytics - Shareaholic 7

Same name and namespace in other branches
  1. 7.2 sexybookmarks.module \sexybookmarks_permission()

Implements hook_permission().

File

./sexybookmarks.module, line 48
Contains core functions for the SexyBookmarks module.

Code

function sexybookmarks_permission() {
  return array(
    'administer sexybookmarks' => array(
      'title' => t('Administer SexyBookmarks'),
      'description' => t('Manage SexyBookmarks profiles.'),
    ),
  );
}