diff options
Diffstat (limited to 'templates/bot_bar.tpl')
| -rw-r--r-- | templates/bot_bar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bot_bar.tpl b/templates/bot_bar.tpl index 67a138b..4e99626 100644 --- a/templates/bot_bar.tpl +++ b/templates/bot_bar.tpl @@ -1,6 +1,6 @@ <div class="col-md-12"> {if $gBitSystem->isFeatureActive( 'messages_site_contact' )} - <a href="{$smarty.const.MESSAGES_PKG_URL}contact.php">{booticon iname="fa-envelope" iexplain="Contact Us"}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}contact.php">{biticon ipackage="icons" iname="internet-mail" iexplain="Contact Us"}</a> {/if} <a id="poweredby" class="external pull-right" href="https://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local ?? ''} {if $gBitUser->isAdmin()} <strong>{$gBitSystem->getBitVersion()}</strong> |
