-
Brandon Bergren authoredBrandon Bergren authored
gmap-view-gmap.tpl.php 320 B
<?php
// $Id$
/**
* @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
*/
?>
<?php if (!empty($title)) : ?>
<h3><?php print $title; ?></h3>
<?php endif; ?>
<?php print $map; ?>