Index: location.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/location/location.tpl.php,v retrieving revision 1.2 diff -u -p -r1.2 location.tpl.php --- location.tpl.php 21 Aug 2008 16:46:37 -0000 1.2 +++ location.tpl.php 10 Dec 2008 21:02:59 -0000 @@ -29,6 +29,16 @@
Phone: '. $phone .''; + } + if ($fax) { + echo '
Fax: '. $fax .''; + } + } +?> +