diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:57:50 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:57:50 -0400 |
| commit | 234d8073dc607c3726af8ac21ba1c70f73d5b0f7 (patch) | |
| tree | 09cb2b7e7b02ee16f07dd076c787bbbd371b46fb /modules/mod_user_profile.tpl | |
| parent | fe81f9394953662a811ed148c0161dc8af8b443b (diff) | |
| download | users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.tar.gz users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.tar.bz2 users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'modules/mod_user_profile.tpl')
| -rw-r--r-- | modules/mod_user_profile.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_user_profile.tpl b/modules/mod_user_profile.tpl index 4355975..88eb3bc 100644 --- a/modules/mod_user_profile.tpl +++ b/modules/mod_user_profile.tpl @@ -13,10 +13,10 @@ <div class="floaticon"> {if $gQueryUserId and $gBitSystem->isPackageActive( 'messages' ) and $gBitUser->hasPermission( 'p_messages_send' ) and $userPrefs.messages_allow_messages eq 'y'} - <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{booticon iname="icon-envelope" ipackage="icons" iexplain="Send user a personal message" iforce="icon"}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{booticon iname="fa-envelope" iexplain="Send user a personal message"}</a> {/if} {if $gBitUser->hasPermission('p_users_edit_user_homepage')} - <a href="{$smarty.const.USERS_PKG_URL}preferences.php?view_user={$userInfo.user_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit your preferences"}</a> + <a href="{$smarty.const.USERS_PKG_URL}preferences.php?view_user={$userInfo.user_id}">{booticon iname="fa-pencil" iexplain="Edit your preferences"}</a> {/if} </div> |
