You are here

function community_tags_node_form_community_tags_sub_settings_alter in Community Tags 6.2

Implementation of hook_form_FORM_ID_alter() for community tags settings form.

File

community_tags_node/community_tags_node.module, line 67
community_tags_node.module

Code

function community_tags_node_form_community_tags_sub_settings_alter(&$form, &$form_state) {

  // include admin.inc.
  module_load_include('inc', 'community_tags_node', 'community_tags_node.admin');
  _community_tags_node_sub_settings($form, $form_state);
}