projects
/
WP-Plugins
/
glm-client-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0dd66
)
Update widget so it outputs the extra field
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 2 Nov 2015 18:28:54 +0000
(13:28 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 2 Nov 2015 18:28:54 +0000
(13:28 -0500)
views/vCard.php
patch
|
blob
|
history
diff --git
a/views/vCard.php
b/views/vCard.php
index
17053d2
..
61ef6fb
100644
(file)
--- a/
views/vCard.php
+++ b/
views/vCard.php
@@
-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 -->