diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-19 16:54:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-19 16:54:26 +0000 |
| commit | 9ec021779c74cfa1d2bf5d8d37f4ad4e0ea1a606 (patch) | |
| tree | 9497abb2fdaccb1c42d9b0bb3c4cb7023395092b /modules | |
| parent | 0fdc856a07c9b191ca68b812b4c9827b2f880f76 (diff) | |
| download | users-9ec021779c74cfa1d2bf5d8d37f4ad4e0ea1a606.tar.gz users-9ec021779c74cfa1d2bf5d8d37f4ad4e0ea1a606.tar.bz2 users-9ec021779c74cfa1d2bf5d8d37f4ad4e0ea1a606.zip | |
use different icons for mail related stuff
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_user_profile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_user_profile.tpl b/modules/mod_user_profile.tpl index 036926b..365dd42 100644 --- a/modules/mod_user_profile.tpl +++ b/modules/mod_user_profile.tpl @@ -3,7 +3,7 @@ <h2 style="text-align:center;"> {displayname hash=$userInfo} {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}">{biticon ipackage="icons" iname="mail-send-receive" iexplain="Send user a personal message" iforce="icon"}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{biticon ipackage="icons" iname="mail-forward" iexplain="Send user a personal message" iforce="icon"}</a> {/if} </h2> <p style="text-align:center;"> |
