Skip to content

Commit c4ce285

Browse files
authored
Add event after username display
Add possibility to add additional icons to the new user profile header
1 parent 63d8ecd commit c4ce285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.woltlab.wcf/templates/userProfileHeader.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<div class="userProfileHeader__title">
6868
<h1 class="userProfileHeader__username">
6969
<span class="userProfileUsername">{$view->user->username}</span>
70+
{event name='afterUsername'}
7071
{if $view->user->banned}
7172
<span class="jsTooltip jsUserBanned" title="{lang}wcf.user.banned{/lang}">
7273
{icon name='lock'}

0 commit comments

Comments
 (0)