function service_links_perm in Service links 6.2
Same name and namespace in other branches
- 5 service_links.module \service_links_perm()
- 6 service_links.module \service_links_perm()
Implementation of hook_perm().
File
- ./
service_links.module, line 63 - Adds social network links to the content.
Code
function service_links_perm() {
return array(
'access service links',
'use PHP for service visibility',
);
}