projects
/
WP-Themes
/
icebreaker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdab939
)
removing bullet from the phone client info
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 16 May 2018 13:37:06 +0000
(09:37 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 16 May 2018 13:37:06 +0000
(09:37 -0400)
sections/footer.php
patch
|
blob
|
history
diff --git
a/sections/footer.php
b/sections/footer.php
index
b721e76
..
13b33ea
100644
(file)
--- a/
sections/footer.php
+++ b/
sections/footer.php
@@
-57,7
+57,7
@@
<span><?php echo glm_get_clientinfo_option('tollfree');?></span>
<?php endif;?>
<?php if (glm_get_clientinfo_option('phone')) :?>
- <span
class="bullet"> • </span><span
><?php echo glm_get_clientinfo_option('phone');?></span>
+ <span><?php echo glm_get_clientinfo_option('phone');?></span>
<?php endif;?>
<?php if (glm_get_clientinfo_option('phone2')) :?>
<span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('phone2');?></span>