function spaces_customtext_menu_access in Spaces 6.3
Same name and namespace in other branches
- 7.3 spaces_customtext/spaces_customtext.module \spaces_customtext_menu_access()
- 7 spaces_customtext/spaces_customtext.module \spaces_customtext_menu_access()
Access callback for custom text.
1 string reference to 'spaces_customtext_menu_access'
- spaces_customtext_menu in spaces_customtext/
spaces_customtext.module - Implementation of hook_menu().
File
- spaces_customtext/
spaces_customtext.module, line 125 - Spaces Custom Text.
Code
function spaces_customtext_menu_access() {
return spaces_access_admin() && user_access('administer string overrides');
}