function drupagram_perm in Drupagram 6
Implementation of hook_perm().
File
- ./
drupagram.module, line 69
Code
function drupagram_perm() {
return array(
t('Add Instagram accounts'),
t('Use the site global Instagram account'),
t('Assign a Instagram account as the site global account'),
t('Import own media to the site'),
);
}