diff options
Diffstat (limited to 'modules/mod_who_is_there.tpl')
| -rw-r--r-- | modules/mod_who_is_there.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_who_is_there.tpl b/modules/mod_who_is_there.tpl index 6f48111..1ade10e 100644 --- a/modules/mod_who_is_there.tpl +++ b/modules/mod_who_is_there.tpl @@ -14,7 +14,7 @@ </div> {section name=ix loop=$online_users} {if $user && $gBitSystem->isFeatureActive( 'feature_messages' ) && $gBitUser->hasPermission( 'p_messages_send' )} - <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$online_users[ix].user}" title="{tr}Send a message to{/tr} {$online_users[ix].user}">{booticon iname="fa-envelope" iexplain="send message"}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$online_users[ix].user}" title="{tr}Send a message to{/tr} {$online_users[ix].user}">{biticon ipackage="icons" iname="internet-mail" iexplain="send message"}</a> {/if} {if $online_users[ix].users_information eq 'public'} {math equation="x - y" x=$smarty.now y=$online_users[ix].last_get assign=idle} |
