You are here

function xmlsitemap_node_perm in XML sitemap 5

Implementation of hook_perm().

Related topics

File

xmlsitemap_node/xmlsitemap_node.module, line 162
Adds nodes to the site map.

Code

function xmlsitemap_node_perm() {
  return array(
    'override node priority',
  );
}