You are here

function domain_xmlsitemap_xmlsitemap_context_info in Domain XML sitemap 6

Same name and namespace in other branches
  1. 7 domain_xmlsitemap.xmlsitemap.inc \domain_xmlsitemap_xmlsitemap_context_info()

Implements hook_xmlsitemap_context_info().

File

./domain_xmlsitemap.module, line 6

Code

function domain_xmlsitemap_xmlsitemap_context_info() {
  $context['domain'] = array(
    'label' => t('Domain'),
    'default' => 0,
  );
  return $context;
}