]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
CS
authorChristian Weiske <cweiske@cweiske.de>
Sat, 14 May 2011 08:30:43 +0000 (10:30 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 14 May 2011 08:30:43 +0000 (10:30 +0200)
www/gsearch/context.php

index ea496de8d581fd46a257fa5844747e47ee8beea4..fd10c4e43ac3fe5680f0d577048be5db6c8102e2 100644 (file)
@@ -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>