function xmlsitemap_custom_xmlsitemap_link_info in XML sitemap 7.2
Same name and namespace in other branches
- 8 xmlsitemap_custom/xmlsitemap_custom.module \xmlsitemap_custom_xmlsitemap_link_info()
- 6.2 xmlsitemap_custom/xmlsitemap_custom.module \xmlsitemap_custom_xmlsitemap_link_info()
- 2.x xmlsitemap_custom/xmlsitemap_custom.module \xmlsitemap_custom_xmlsitemap_link_info()
Implements hook_xmlsitemap_link_info().
File
- xmlsitemap_custom/
xmlsitemap_custom.module, line 62 - Main file for XML sitemap Custom.
Code
function xmlsitemap_custom_xmlsitemap_link_info() {
return array(
'custom' => array(
'label' => t('Custom links'),
),
);
}