You are here

function xmlsitemap_taxonomy_enable in XML sitemap 6

Implementation of hook_enable().

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.install, line 15
Installation file for XML sitemap term.

Code

function xmlsitemap_taxonomy_enable() {
  xmlsitemap_flag_sitemap();
}