You are here

function custom_search_content_admin in Custom Search 6

Same name and namespace in other branches
  1. 7 custom_search.admin.inc \custom_search_content_admin()
2 string references to 'custom_search_content_admin'
custom_search_i18n_form_alter in modules/custom_search_i18n/custom_search_i18n.module
Implementation of hook_form_alter().
custom_search_menu in ./custom_search.module
Implementation of hook_menu().

File

./custom_search.admin.inc, line 40
Admin settings for custom search

Code

function custom_search_content_admin() {
  return system_settings_form(_custom_search_content_admin_form());
}