geo_data_theme

geo/modules/geo_data/geo_data.module, line 324

Versions
6
geo_data_theme()

Implementation of hook_theme().

Code

<?php
function geo_data_theme() {
  return array(
    'geo_data_formatter_default' => array('element' => NULL),
    'geo_data_formatter_key' => array('element' => NULL),
    'geo_data_select' => array( 'arguments' => array('element' => NULL) ),
  );
}
?>