diff --git a/e107_plugins/gsitemap/admin_config.php b/e107_plugins/gsitemap/admin_config.php index 11aeae4b4..cc092991a 100644 --- a/e107_plugins/gsitemap/admin_config.php +++ b/e107_plugins/gsitemap/admin_config.php @@ -481,14 +481,29 @@ class gsitemap function instructions() { global $ns, $PLUGINS_DIRECTORY; - + + $LINK_1 = "https://www.google.com/accounts/ServiceLogin?service=sitemaps"; + $LINK_2 = "http://www.google.com/support/webmasters/?hl=en"; + + $srch[0] = "[URL]"; + $repl[0] = "".$LINK_1.""; + + $srch[1] = "[URL2]"; + $repl[1] = "
".SITEURL."gsitemap.php
"; + + $srch[2] = "["; + $repl[2] = ""; + + $srch[3] = "]"; + $repl[3] = ""; + $text = "".GSLAN_33."