You are here

constant GOOGLE_IMAGE_SITEMAP_ADMIN_PATH in Google Image Sitemap 6

Same name and namespace in other branches
  1. 7 google_image_sitemap.module \GOOGLE_IMAGE_SITEMAP_ADMIN_PATH

@file A module gives to Google information about images on your site.

5 uses of GOOGLE_IMAGE_SITEMAP_ADMIN_PATH
_google_image_sitemap_build in ./google_image_sitemap.module
Menu callback for sitemap generate.
_google_image_sitemap_create_form in ./google_image_sitemap.module
Form builder: Generate a form to add/edit sitemaps.
_google_image_sitemap_create_form_submit in ./google_image_sitemap.module
Form submission handler for _google_image_sitemap_create_form().
_google_image_sitemap_delete_form in ./google_image_sitemap.module
This will delete a sitemap of user.
_google_image_sitemap_list in ./google_image_sitemap.module
Menu callback: Displays a list of available sitemaps.

File

./google_image_sitemap.module, line 8
A module gives to Google information about images on your site.

Code

define('GOOGLE_IMAGE_SITEMAP_ADMIN_PATH', 'admin/settings/google_image_sitemap');