diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index bd148ffff2..678a13104f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -351,6 +351,13 @@ navbar_header_username_append * Since: 3.1.0-b4 * Purpose: Add text and HTMl after the username shown in the navbar. +navbar_header_logged_out_content +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b4 +* Purpose: Add text and HTML in place of the username when not logged in. + navbar_header_username_prepend === * Locations: diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index df9167070b..1ed42ef94c 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -10,7 +10,18 @@ -
  • {CURRENT_USER_AVATAR} {CURRENT_USERNAME_FULL}
  • +
  • + + + + {CURRENT_USER_AVATAR} + + {CURRENT_USERNAME_FULL} + + + + +