constant CUSTOM_SEARCH_LABEL_DEFAULT in Custom Search 6
Same name and namespace in other branches
- 7 custom_search.module \CUSTOM_SEARCH_LABEL_DEFAULT
@file Bring customizations to the default search box
Adds node types and taxonomy options to the search form
4 uses of CUSTOM_SEARCH_LABEL_DEFAULT
- custom_search_form_alter in ./
custom_search.module - Implementation of hook_form_alter().
- custom_search_i18n_form_alter in modules/
custom_search_i18n/ custom_search_i18n.module - Implementation of hook_form_alter().
- custom_search_i18n_locale_refresh in modules/
custom_search_i18n/ custom_search_i18n.module - _custom_search_default_admin_form in includes/
forms.inc - Image button form.
File
- ./
custom_search.module, line 10 - Bring customizations to the default search box
Code
define('CUSTOM_SEARCH_LABEL_DEFAULT', t('Search this site'));