diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2016-01-16 09:21:07 -0500 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-01-16 09:21:07 -0500 |
commit | 9b51fe2dd54180134908e923ec843d70788ef4b7 (patch) | |
tree | 237563498fa97825c6a6e4837ec15907998315b9 /phpBB/docs/events.md | |
parent | 469b975f94874ce88c1a332e1fe79deb31676975 (diff) | |
download | forums-9b51fe2dd54180134908e923ec843d70788ef4b7.tar forums-9b51fe2dd54180134908e923ec843d70788ef4b7.tar.gz forums-9b51fe2dd54180134908e923ec843d70788ef4b7.tar.bz2 forums-9b51fe2dd54180134908e923ec843d70788ef4b7.tar.xz forums-9b51fe2dd54180134908e923ec843d70788ef4b7.zip |
[ticket/14289] Move append before prepend in events doc
PHPBB3-14289
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 70bdd71ae1..cdf7a65247 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1072,19 +1072,19 @@ 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_prepend +navbar_header_user_profile_append === * Locations: + styles/prosilver/template/navbar_header.html * Since: 3.1.8-RC1 -* Purpose: Add links to the left of the notification area +* Purpose: Add links to the right of the user drop down area -navbar_header_user_profile_append +navbar_header_user_profile_prepend === * Locations: + styles/prosilver/template/navbar_header.html * Since: 3.1.8-RC1 -* Purpose: Add links to the right of the user drop down area +* Purpose: Add links to the left of the notification area navbar_header_profile_list_after === |