From b3d82c24c121a7807123a7297070e4e2a6b51321 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sat, 24 Jul 2010 01:22:31 +0000 Subject: [PATCH] Bug #4986 - Updated Google URLs. Thank you 2dopey. URLs removed from gsitemap language file. --- e107_plugins/gsitemap/admin_config.php | 21 ++++++++++++++++--- .../languages/English_admin_gsitemap.php | 4 ++-- 2 files changed, 20 insertions(+), 5 deletions(-) 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."