You are here

getlocations-mapquest-view-map.tpl.php in Get Locations 7

getlocations-mapquest-view-map.tpl.php @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Default simple view template to display a list of rows. Derived from views-view-unformatted.tpl.php

File

modules/getlocations_mapquest/views/getlocations-mapquest-view-map.tpl.php
View source
<?php

/**
 * @file
 * getlocations-mapquest-view-map.tpl.php
 * @author Bob Hutchinson http://drupal.org/user/52366
 * @copyright GNU GPL
 *
 * Default simple view template to display a list of rows.
 * Derived from views-view-unformatted.tpl.php
 *
 * @ingroup views_templates
 */
?>
<!-- getlocations-mapquest-view-map.tpl -->
<?php

if (!empty($title)) {
  ?>
  <h3><?php

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

}
?>
<div class="getlocations_mapquest_map_wrapper">
<?php

print $map;
?>
</div>
<!-- /getlocations-mapquest-view-map.tpl -->