You are here

function select_with_style_element_info_alter in Select with Style 7

Implments hook_element_info_alter().

See comments above at hook_element_info().

File

select_with_style/select_with_style.module, line 102
select_with_style.module

Code

function select_with_style_element_info_alter(&$types) {
  $types['select']['#theme'] = 'select_with_style_select';
}