aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-02-14 18:16:56 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-02-14 18:16:56 +0100
commit67db678292bea9d89fe66b30a87483b6c18b1411 (patch)
tree1b9cf63842fe9f17d2ff3b4cb36b9fdfeb34a9f0 /www
parent8365c4d11ac3d4cc6717877abd733c72da8cec9f (diff)
downloadsemanticscuttle-67db678292bea9d89fe66b30a87483b6c18b1411.tar.gz
semanticscuttle-67db678292bea9d89fe66b30a87483b6c18b1411.tar.bz2
merge fix from master
Diffstat (limited to 'www')
-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>';