google_cse.admin.inc |
google_cse.admin.inc |
|
Admin settings for Google Custom Search Engine. |
google_cse.css |
google_cse.css |
|
#google-cse-results-searchbox-form div, #google-cse-results-searchbox-form input {
margin: 0;
display: inline;
}
#google-cse-results-searchbox-form .form-radios div {
display: block;
} |
google_cse.info |
google_cse.info |
|
name = "Google CSE"
description = "Use Google Custom Search to search your site and/or any other sites."
core = 7.x
dependencies[] = search
files[] = google_cse.install
files[] = google_cse.module
files[] =… |
google_cse.install |
google_cse.install |
|
Installation functions. |
google_cse.module |
google_cse.module |
|
Display a Google Custom Search Engine (CSE) on your site. |
google_cse.test |
tests/google_cse.test |
|
Google CSE module tests. |
google_cse.theme.inc |
google_cse.theme.inc |
|
Themeable functions for Google Custom Search Engine. |
google_cse_adv.inc |
google_cse_adv/google_cse_adv.inc |
|
Uses Google Custom Search Engine (CSE) without frames and ads. |
google_cse_results.tpl.php |
google_cse_results.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… |