You are here

gmap-view-gmap.tpl.php in GMap Module 6.2

gmap-view-gmap.tpl.php Default view template for a gmap.

  • $map contains a themed map object.
  • $map_object contains an unthemed map object.

File

gmap-view-gmap.tpl.php
View source
<?php

/**
 * @file gmap-view-gmap.tpl.php
 * Default view template for a gmap.
 *
 * - $map contains a themed map object.
 * - $map_object contains an unthemed map object.
 *
 * @ingroup views_templates
 */
if (!empty($title)) {
  ?>
  <h3><?php

  print $title;
  ?></h3>
<?php

}
print $map;