You are here

function custom_search_content_admin in Custom Search 7

Same name and namespace in other branches
  1. 6 custom_search.admin.inc \custom_search_content_admin()

Content settings.

2 string references to 'custom_search_content_admin'
custom_search_i18n_form_alter in modules/custom_search_i18n/custom_search_i18n.module
Implements hook_form_alter().
custom_search_menu in ./custom_search.module
Implements hook_menu().

File

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

Code

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