You are here

views-view-kml.tpl.php in KML 7

Same filename and directory in other branches
  1. 6.2 views/views-view-kml.tpl.php

File

views/views-view-kml.tpl.php
View source
<?php

print "<?xml";
?> version="1.0" encoding="utf-8" <?php

print "?>";
?>

<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name><?php

print $viewtitle;
?></name>
    <?php

print $style;
?>
    <?php

print $rows;
?>
  </Document>
</kml>