You are here

function spaces_customtext_menu_access in Spaces 7.3

Same name and namespace in other branches
  1. 6.3 spaces_customtext/spaces_customtext.module \spaces_customtext_menu_access()
  2. 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
Implements hook_menu().

File

spaces_customtext/spaces_customtext.module, line 129
Spaces Custom Text.

Code

function spaces_customtext_menu_access() {
  return spaces_access_admin() && user_access('administer string overrides');
}