Skip to content

Commit

Permalink
Update tpl_page_icons.php
Browse files Browse the repository at this point in the history
Add an icon for yammer that represents "Y". Yahoo is used until Font-Awesome adds Yammer.
  • Loading branch information
swordfischer committed Mar 26, 2018
1 parent bf34f0a commit 12f52e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl_page_icons.php
Expand Up @@ -109,7 +109,7 @@
<?php endif;
if (in_array('yammer', $social_share_providers)): ?>
<li>
<a href="#" class="share-yammer" title="<?php echo tpl_getLang('share_on') ?> Yammer"><i class="fa fa-fw fa-lg fa-yammer"></i> Yammer</a>
<a href="#" class="share-yammer" title="<?php echo tpl_getLang('share_on') ?> Yammer"><i class="fa fa-fw fa-lg fa-yahoo"></i> Yammer</a>
</li>
<?php endif; ?>
</ul>
Expand Down

0 comments on commit 12f52e5

Please sign in to comment.