You are here

function xmlsitemap_custom_link_links_local_actions in XML sitemap 6.2

@file Administrative page callbacks for the xmlsitemap_custom module.

1 call to xmlsitemap_custom_link_links_local_actions()
xmlsitemap_custom_list_links in xmlsitemap_custom/xmlsitemap_custom.admin.inc

File

xmlsitemap_custom/xmlsitemap_custom.admin.inc, line 8
Administrative page callbacks for the xmlsitemap_custom module.

Code

function xmlsitemap_custom_link_links_local_actions() {
  $local_actions['add'] = xmlsitemap_get_operation_link('admin/settings/xmlsitemap/custom/add', array(
    'modal' => TRUE,
  ));
  return $local_actions;
}