You are here

function xmlsitemap_i18n_xmlsitemap_context in XML sitemap 6.2

Same name and namespace in other branches
  1. 7.2 xmlsitemap_i18n/xmlsitemap_i18n.module \xmlsitemap_i18n_xmlsitemap_context()

Implements hook_xmlsitemap_context().

File

xmlsitemap_i18n/xmlsitemap_i18n.module, line 18

Code

function xmlsitemap_i18n_xmlsitemap_context() {
  $context['language'] = $GLOBALS['language']->language;
  return $context;
}