google.info |
google.info |
|
name = Google CSE search
description = Integrates Google CSE with the Drupal search module API, which enables search logging and allows users to click between available search tabs.
core = 6.x
dependencies[] = search
dependencies[] = google_cse |
google.module |
google.module |
|
Integrates Google Custom Search Engine with the Drupal core search API. |
google_cse.admin.inc |
google_cse.admin.inc |
|
Admin settings for Google Custom Search Engine. |
google_cse.css |
google_cse.css |
|
#google-cse-searchbox-form div, #google-cse-searchbox-form input { margin: 0; display: inline; }
#google-cse-results-searchbox-form div, #google-cse-results-searchbox-form input { margin: 0; display: inline; }
#google-cse-searchbox-form .form-radios… |
google_cse.info |
google_cse.info |
|
name = "Google CSE"
description = "Use a Google Custom Search Engine to search your site and/or any other sites."
core = 6.x |
google_cse.install |
google_cse.install |
|
|
google_cse.module |
google_cse.module |
|
Display a Google Custom Search Engine on your site. |
google_cse.theme.inc |
google_cse.theme.inc |
|
Themeable functions for Google Custom Search Engine. |
google_cse_results.tpl.php |
google_cse_results.tpl.php |
|
|
google_cse_results_gadget.tpl.php |
google_cse_results_gadget.tpl.php |
|
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Overview
* Quick setup
* Requirements
* Blocks
* SiteSearch
* Search module integration
* Advanced settings
* Installation
* Maintainers
OVERVIEW
--------
Google Custom Search Engine (CSE) is… |