You are here

function clock_element_info_alter in Clock 7.2

Implements hook_element_info_alter().

File

./clock.module, line 288
Display clocks on your site.

Code

function clock_element_info_alter(&$type) {

  // @see theme_clock_select()
  $type['select']['#theme'] = 'clock_select';
}