You are here

function xmlsitemap_user_perm in XML sitemap 5

Implementation of hook_perm().

Related topics

File

xmlsitemap_user/xmlsitemap_user.module, line 162
Adds user profiles to the site map.

Code

function xmlsitemap_user_perm() {
  return array(
    'override profile priority',
  );
}