You are here

function staticmap_theme in Static Map 7

Implements hook_theme().

File

./staticmap.module, line 21
SiteMap module.

Code

function staticmap_theme() {

  // @TODO: Implement theme hook.
  return array(
    'staticmap_map' => array(
      'arguments' => array(
        'path' => array(),
        'geo_data' => array(),
      ),
    ),
  );
}