You are here

location_distance.tpl.php in Location 7.3

Template for displaying distance.

File

location_distance.tpl.php
View source
<?php

/**
 * @file
 * Template for displaying distance.
 */
print number_format($distance, 2) . ' ' . $shortunit;