You are here

search-result-location.tpl.php in Location 7.4

search-result-location.tpl.php Theme a location search result.

Available variables:

  • $links: A themed set of links to all the objects that reference this location.
  • $location: A themed location.

File

contrib/location_search/search-result-location.tpl.php
View source
<?php

/**
 * @file search-result-location.tpl.php
 * Theme a location search result.
 *
 * Available variables:
 * - $links: A themed set of links to all the objects that reference this location.
 * - $location: A themed location.
 */
?>
<dt class="title">
  <?php

print $links;
?>
</dt>
<dd>
  <?php

print $location;
?>
</dd>