diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2016-01-18 08:17:59 -0500 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-01-19 06:29:09 -0500 |
commit | 3af3c391a7dda860a60bcc8ef21d5679a4a31ec6 (patch) | |
tree | a38f9346e25e4ae42728bbdff1c2f94848cbfe50 | |
parent | 9b51fe2dd54180134908e923ec843d70788ef4b7 (diff) | |
download | forums-3af3c391a7dda860a60bcc8ef21d5679a4a31ec6.tar forums-3af3c391a7dda860a60bcc8ef21d5679a4a31ec6.tar.gz forums-3af3c391a7dda860a60bcc8ef21d5679a4a31ec6.tar.bz2 forums-3af3c391a7dda860a60bcc8ef21d5679a4a31ec6.tar.xz forums-3af3c391a7dda860a60bcc8ef21d5679a4a31ec6.zip |
[ticket/14289] Fix location in events.md file
PHPBB3-14289
-rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index cdf7a65247..092f3bc0cf 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1072,20 +1072,6 @@ 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_user_profile_append -=== -* Locations: - + styles/prosilver/template/navbar_header.html -* Since: 3.1.8-RC1 -* Purpose: Add links to the right of the user drop down area - -navbar_header_user_profile_prepend -=== -* Locations: - + styles/prosilver/template/navbar_header.html -* Since: 3.1.8-RC1 -* Purpose: Add links to the left of the notification area - navbar_header_profile_list_after === * Locations: @@ -1114,6 +1100,20 @@ navbar_header_quick_links_before * Since: 3.1.0-RC2 * Purpose: Add links to the top of the quick-links drop-down menu in the header +navbar_header_user_profile_append +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.8-RC1 +* Purpose: Add links to the right of the user drop down area + +navbar_header_user_profile_prepend +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.8-RC1 +* Purpose: Add links to the left of the notification area + navbar_header_username_append === * Locations: |