diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-05 16:16:21 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-05 16:16:21 +0000 |
commit | e04644d3150c878e8533b04209aef48b01fe8805 (patch) | |
tree | 2d343f820e54bddfcc26210e58b5af0645f564b1 /gsearch/index.php | |
parent | b5779bd638d02496aeab5e010d727c00f7b871a9 (diff) | |
download | semanticscuttle-e04644d3150c878e8533b04209aef48b01fe8805.tar.gz semanticscuttle-e04644d3150c878e8533b04209aef48b01fe8805.tar.bz2 |
Bug fix: correct gsearch link to api
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@211 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'gsearch/index.php')
-rw-r--r-- | gsearch/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearch/index.php b/gsearch/index.php index 07aceb8..47839f4 100644 --- a/gsearch/index.php +++ b/gsearch/index.php @@ -21,7 +21,7 @@ if($GLOBALS['enableGoogleCustomSearch']==false) { </form> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cref"></script> <!-- Google CSE Search Box Ends --> -<small>Based on <a href="http://www.google.com/coop/cse/">Google Custom Search</a> over this <a href="../api/export_gcs.php">list of websites</a> from <?php echo $GLOBALS['sitename'] ?>.</small> +<small>Based on <a href="http://www.google.com/coop/cse/">Google Custom Search</a> over this <a href="<?php echo ROOT ?>api/export_gcs.php">list of websites</a> from <?php echo $GLOBALS['sitename'] ?>.</small> <br /> <br /> <small><a href="<?php echo ROOT?>"><?php echo T_('Come back to ').$GLOBALS['sitename'] ?>...</a></small> |