diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-04 15:15:18 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-04 15:15:18 +0000 |
commit | 381c5755648ca4813d47686345e0b6f1739a17f2 (patch) | |
tree | df4f86d8f565a67574413e770eacc0fd4672242b /gsearch | |
parent | d72790690edf8f6838b10d2130bc7e8c7815c8d5 (diff) | |
download | semanticscuttle-381c5755648ca4813d47686345e0b6f1739a17f2.tar.gz semanticscuttle-381c5755648ca4813d47686345e0b6f1739a17f2.tar.bz2 |
Interface fix: add a link to come back to homepage from gsearch
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@197 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'gsearch')
-rw-r--r-- | gsearch/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gsearch/index.php b/gsearch/index.php index 70cc9a1..f2ac0d8 100644 --- a/gsearch/index.php +++ b/gsearch/index.php @@ -24,6 +24,9 @@ $currentUser = $userservice->getCurrentObjectUser(); <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> +<br /> +<br /> +<small><a href="<?php echo ROOT?>"><?php echo T_('Come back to ').$GLOBALS['sitename'] ?>...</a></small> <?php if($userservice->isLoggedOn() && $currentUser->isAdmin()){ |