diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-14 10:30:43 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-14 10:30:43 +0200 |
commit | 8d29eaf349d8e8767863aff889fe82905387ef16 (patch) | |
tree | fa32f2a57ed03670fbc2a067bc7594507f049f05 /www | |
parent | 01f21995dd5d488fa13be54049610bec919ced95 (diff) | |
download | semanticscuttle-8d29eaf349d8e8767863aff889fe82905387ef16.tar.gz semanticscuttle-8d29eaf349d8e8767863aff889fe82905387ef16.tar.bz2 |
CS
Diffstat (limited to 'www')
-rw-r--r-- | www/gsearch/context.php | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/www/gsearch/context.php b/www/gsearch/context.php index ea496de..fd10c4e 100644 --- a/www/gsearch/context.php +++ b/www/gsearch/context.php @@ -28,19 +28,16 @@ if ($GLOBALS['enableGoogleCustomSearch'] == false) { ?> <?xml version="1.0" encoding="UTF-8" ?> <GoogleCustomizations> - <CustomSearchEngine> - <Title><?php echo htmlspecialchars($GLOBALS['sitename']) ?></Title> - <Description><?php echo filter($GLOBALS['welcomeMessage']) ?></Description> - <Context> - <BackgroundLabels> - <Label name="include" mode="FILTER" /> - </BackgroundLabels> - </Context> - <LookAndFeel nonprofit="false"> - </LookAndFeel> - </CustomSearchEngine> - - <Include type="Annotations" href="<?php echo ROOT;?>api/export_gcs.php?xml=1" /> - - + <CustomSearchEngine> + <Title><?php echo htmlspecialchars($GLOBALS['sitename']) ?></Title> + <Description><?php echo filter($GLOBALS['welcomeMessage']) ?></Description> + <Context> + <BackgroundLabels> + <Label name="include" mode="FILTER" /> + </BackgroundLabels> + </Context> + <LookAndFeel nonprofit="false"> + </LookAndFeel> + </CustomSearchEngine> + <Include type="Annotations" href="<?php echo ROOT;?>api/export_gcs.php?xml=1" /> </GoogleCustomizations> |