Adjust type of the mail icon
authorMarcel Werk <burntime@woltlab.com>
Tue, 21 Nov 2023 12:10:20 +0000 (13:10 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 21 Nov 2023 12:10:20 +0000 (13:10 +0100)
com.woltlab.wcf/templates/userInformationButtons.tpl

index 421b744c5bc70902a958c8988d02173dc89ac221..140279598a6ce5c88939654c5bc8d60be0a34d33 100644 (file)
@@ -8,7 +8,7 @@
                                
                                {if $user->userID != $__wcf->user->userID}
                                        {if $user->isAccessible('canViewEmailAddress')}
-                                               <li><a class="jsTooltip" href="mailto:{@$user->getEncodedEmail()}" title="{lang}wcf.user.button.mail{/lang}">{icon name='envelope'} <span class="invisible">{lang}wcf.user.button.mail{/lang}</span></a></li>
+                                               <li><a class="jsTooltip" href="mailto:{@$user->getEncodedEmail()}" title="{lang}wcf.user.button.mail{/lang}">{icon name='envelope' type='solid'} <span class="invisible">{lang}wcf.user.button.mail{/lang}</span></a></li>
                                        {/if}
                                {/if}