diff options
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67f187ec81..1a77caad22 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1072,6 +1072,20 @@ navbar_header_logged_out_content * Since: 3.1.0-RC1 * Purpose: Add text and HTML in place of the username when not logged in. +navbar_header_navigation_append +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.7-RC1 +* Purpose: Add links to the left of the notification area + +navbar_header_navigation_prepend +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.7-RC1 +* Purpose: Add links to the right of the user drop down area + navbar_header_profile_list_after === * Locations: |