You are here

openlayers-views-map.tpl.php in Openlayers 6.2

Template file for map

File

modules/openlayers_views/views/openlayers-views-map.tpl.php
View source
<?php

/**
 * @file
 * Template file for map
 */
if (!empty($rows)) {
  ?>
  <div class='openlayers-views-map'><?php

  print $rows;
  ?></div>
<?php

}