Update widget so it outputs the extra field
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 2 Nov 2015 18:28:54 +0000 (13:28 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 2 Nov 2015 18:28:54 +0000 (13:28 -0500)
views/vCard.php

index 17053d2..61ef6fb 100644 (file)
@@ -28,4 +28,7 @@
     <span class="value"><?php echo $this->glm_get_clientinfo_option('fax');?></span>
 </p>
 <?php endif;?>
-</div><!-- /#address -->
\ No newline at end of file
+<?php if ($this->glm_get_clientinfo_option('fax')):?>
+    <?php echo $this->glm_get_clientinfo_option('extra');?>
+<?php endif;?>
+</div><!-- /#address -->