diff options
Diffstat (limited to 'gsearch')
-rw-r--r-- | gsearch/context.php | 2 | ||||
-rw-r--r-- | gsearch/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gsearch/context.php b/gsearch/context.php index a48179f..1a65063 100644 --- a/gsearch/context.php +++ b/gsearch/context.php @@ -14,7 +14,7 @@ </LookAndFeel> </CustomSearchEngine> - <Include type="Annotations" href="<?php echo $GLOBALS['root'];?>api/export_gcs.php?xml=1" /> + <Include type="Annotations" href="<?php echo ROOT;?>api/export_gcs.php?xml=1" /> </GoogleCustomizations> diff --git a/gsearch/index.php b/gsearch/index.php index d4f596d..e7011bf 100644 --- a/gsearch/index.php +++ b/gsearch/index.php @@ -14,7 +14,7 @@ if($GLOBALS['enableGoogleCustomSearch']==false) { <!-- Google CSE Search Box Begins --> <form id="cref" action="http://www.google.com/cse"> - <input type="hidden" name="cref" value="<?php echo $GLOBALS['root']?>gsearch/context.php" /> + <input type="hidden" name="cref" value="<?php echo ROOT;?>gsearch/context.php" /> <input type="text" name="q" size="40" /> <input type="submit" name="sa" value="Search" /> </form> |