Index: location.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 location.tpl.php
--- location.tpl.php	21 Aug 2008 16:46:37 -0000	1.2
+++ location.tpl.php	21 Jan 2009 21:57:08 -0000
@@ -40,4 +40,11 @@
   }
 ?>
 </div></div>
+<?php if ($phone): ?>
+<div class="phone"><strong>Phone:</strong><?php print $phone; ?></div>
+<?php endif; ?>
+
+<?php if ($fax): ?>
+<div class="fax"><strong>Fax:</strong><?php print $fax; ?></div>
+<?php endif; ?>
 <?php echo $map_link; ?>

