aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-14 10:30:43 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-14 10:30:43 +0200
commit8d29eaf349d8e8767863aff889fe82905387ef16 (patch)
treefa32f2a57ed03670fbc2a067bc7594507f049f05 /www
parent01f21995dd5d488fa13be54049610bec919ced95 (diff)
downloadsemanticscuttle-8d29eaf349d8e8767863aff889fe82905387ef16.tar.gz
semanticscuttle-8d29eaf349d8e8767863aff889fe82905387ef16.tar.bz2
CS
Diffstat (limited to 'www')
-rw-r--r--www/gsearch/context.php27
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>