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