This commit is contained in:
Christian Weiske 2011-05-14 10:30:43 +02:00
parent 01f21995dd
commit 8d29eaf349

View File

@ -28,19 +28,16 @@ if ($GLOBALS['enableGoogleCustomSearch'] == false) {
?> ?>
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<GoogleCustomizations> <GoogleCustomizations>
<CustomSearchEngine> <CustomSearchEngine>
<Title><?php echo htmlspecialchars($GLOBALS['sitename']) ?></Title> <Title><?php echo htmlspecialchars($GLOBALS['sitename']) ?></Title>
<Description><?php echo filter($GLOBALS['welcomeMessage']) ?></Description> <Description><?php echo filter($GLOBALS['welcomeMessage']) ?></Description>
<Context> <Context>
<BackgroundLabels> <BackgroundLabels>
<Label name="include" mode="FILTER" /> <Label name="include" mode="FILTER" />
</BackgroundLabels> </BackgroundLabels>
</Context> </Context>
<LookAndFeel nonprofit="false"> <LookAndFeel nonprofit="false">
</LookAndFeel> </LookAndFeel>
</CustomSearchEngine> </CustomSearchEngine>
<Include type="Annotations" href="<?php echo ROOT;?>api/export_gcs.php?xml=1" />
<Include type="Annotations" href="<?php echo ROOT;?>api/export_gcs.php?xml=1" />
</GoogleCustomizations> </GoogleCustomizations>