diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/gsearch/context.php | 27 |
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> |