diff options
author | PayBas <contact@paybas.com> | 2014-06-25 00:29:02 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-25 14:19:07 +0200 |
commit | 6d641ad590d89cb0945a04db7136347d6fa9070a (patch) | |
tree | bf9a075bec3d6257c433767f8457d44bf370a554 | |
parent | 9c2ef168c15ca92e71004f8c0ddbb51f65eff279 (diff) | |
download | forums-6d641ad590d89cb0945a04db7136347d6fa9070a.tar forums-6d641ad590d89cb0945a04db7136347d6fa9070a.tar.gz forums-6d641ad590d89cb0945a04db7136347d6fa9070a.tar.bz2 forums-6d641ad590d89cb0945a04db7136347d6fa9070a.tar.xz forums-6d641ad590d89cb0945a04db7136347d6fa9070a.zip |
[ticket/12662] Update events docs from b5 to rc1/rc2
PHPBB3-12662
-rw-r--r-- | phpBB/docs/events.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 58c761fe02..f1c03672c3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -251,7 +251,7 @@ index_body_markforums_after * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC2 * Purpose: Add content after the mark-read link above the forum list on Board index index_body_markforums_before @@ -259,7 +259,7 @@ index_body_markforums_before * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC2 * Purpose: Add content before the mark-read link above the forum list on Board index index_body_stat_blocks_after @@ -348,49 +348,50 @@ navbar_header_logged_out_content === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC1 * Purpose: Add text and HTML in place of the username when not logged in. navbar_header_profile_list_after === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC2 * Purpose: Add links to the bottom of the profile drop-down menu in the header navbar navbar_header_profile_list_before === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC2 * Purpose: Add links to the top of the profile drop-down menu in the header navbar navbar_header_quick_links_after === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC2 * Purpose: Add links to the bottom of the quick-links drop-down menu in the header navbar_header_quick_links_before === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC2 * Purpose: Add links to the top of the quick-links drop-down menu in the header navbar_header_username_append === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC1 * Purpose: Add text and HTMl after the username shown in the navbar. navbar_header_username_prepend === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 +* Since: 3.1.0-RC1 +* Purpose: Add text and HTMl before the username shown in the navbar. overall_footer_after === |