openlayers_theme

openlayers/openlayers.module, line 52

Versions
6
openlayers_theme()

Implementation of hook_theme().

Code

<?php
function openlayers_theme() {
  return array(
    'openlayers_map' => array(
      'arguments' => array(
        'map' => array(),
      ),
    ),
  );
}
?>