2008-12-03 12:11:08 +01:00
|
|
|
<?php
|
2010-02-08 08:32:34 +01:00
|
|
|
require_once '../www-header.php';
|
2008-12-03 15:34:10 +01:00
|
|
|
|
|
|
|
if($GLOBALS['enableGoogleCustomSearch'] == false) {
|
2009-10-26 07:39:23 +01:00
|
|
|
echo "Google Custom Search disabled. You can enable it into the config.php file.";
|
2008-12-03 12:11:08 +01:00
|
|
|
die;
|
|
|
|
}
|
|
|
|
?>
|
2008-06-01 15:17:54 +02:00
|
|
|
|
|
|
|
<!--?xml version="1.0" encoding="UTF-8" ?-->
|
|
|
|
<GoogleCustomizations>
|
|
|
|
<CustomSearchEngine>
|
|
|
|
<Title><?php echo $GLOBALS['sitename'] ?></Title>
|
2009-01-07 17:02:05 +01:00
|
|
|
<Description><?php echo filter($GLOBALS['welcomeMessage']) ?></Description>
|
2008-06-01 15:17:54 +02:00
|
|
|
<Context>
|
|
|
|
<BackgroundLabels>
|
|
|
|
<Label name="include" mode="FILTER" />
|
|
|
|
</BackgroundLabels>
|
|
|
|
</Context>
|
|
|
|
<LookAndFeel nonprofit="false">
|
|
|
|
</LookAndFeel>
|
|
|
|
</CustomSearchEngine>
|
|
|
|
|
2008-11-21 11:44:28 +01:00
|
|
|
<Include type="Annotations" href="<?php echo ROOT;?>api/export_gcs.php?xml=1" />
|
2008-06-01 15:17:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
</GoogleCustomizations>
|