summaryrefslogtreecommitdiffstatshomepage
path: root/www/gsearch
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-03-20 22:15:34 +0100
committerGravatar Christian Weiske2011-03-20 22:15:34 +0100
commitbc178983b370ed005d569d70b4629e3181acc522 (patch)
treea7d5e99d85063641415b71f1b4160b3fb85a505a /www/gsearch
parent8146646a0e1c7535e62aeebab049f7b1740c86ae (diff)
parent975809a8347929c9eae9c6a8bf3beb8d92af63ef (diff)
downloadscuttle-bc178983b370ed005d569d70b4629e3181acc522.tar.gz
scuttle-bc178983b370ed005d569d70b4629e3181acc522.zip
Merge branch 'master' into jquery
Conflicts: doc/ChangeLog
Diffstat (limited to 'www/gsearch')
-rw-r--r--www/gsearch/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gsearch/index.php b/www/gsearch/index.php
index 585536a..70be05e 100644
--- a/www/gsearch/index.php
+++ b/www/gsearch/index.php
@@ -31,7 +31,9 @@ if($GLOBALS['enableGoogleCustomSearch']==false) {
echo '<p><small>';
echo T_('Admin tips: ');
echo T_('To refresh manually Google Custom Search Engine, goes to: ');
- echo '<a href="http://www.google.com/coop/cse/cref?cref='.ROOT.'search/context.php">http://www.google.com/coop/cse/cref</a><br/>';
+ echo '<a href="http://www.google.com/coop/cse/cref?cref='
+ . ROOT . 'gsearch/context.php">http://www.google.com/coop/cse/cref</a>'
+ . '<br/>';
echo T_('If no result appears, check that all the urls are valid in the admin section.');
echo '</small></p>';