aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-01-10 06:53:44 -0500
committerRichard McGirr <rmcgirr83@gmail.com>2016-01-10 07:17:43 -0500
commit469b975f94874ce88c1a332e1fe79deb31676975 (patch)
treebc6b0e74c7c6ab639b1cc0536795df1e9c8b2a1b /phpBB
parent7c736d527d9aa386633b84d7d98e6e779e70271c (diff)
downloadforums-469b975f94874ce88c1a332e1fe79deb31676975.tar
forums-469b975f94874ce88c1a332e1fe79deb31676975.tar.gz
forums-469b975f94874ce88c1a332e1fe79deb31676975.tar.bz2
forums-469b975f94874ce88c1a332e1fe79deb31676975.tar.xz
forums-469b975f94874ce88c1a332e1fe79deb31676975.zip
[ticket/14289] Change to 3.1.8-RC1 and rename event
PHPBB3-14289
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/events.md8
-rw-r--r--phpBB/styles/prosilver/template/navbar_header.html4
2 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 1a77caad22..70bdd71ae1 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1072,18 +1072,18 @@ 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
+navbar_header_user_profile_prepend
===
* Locations:
+ styles/prosilver/template/navbar_header.html
-* Since: 3.1.7-RC1
+* Since: 3.1.8-RC1
* Purpose: Add links to the left of the notification area
-navbar_header_navigation_prepend
+navbar_header_user_profile_append
===
* Locations:
+ styles/prosilver/template/navbar_header.html
-* Since: 3.1.7-RC1
+* Since: 3.1.8-RC1
* Purpose: Add links to the right of the user drop down area
navbar_header_profile_list_after
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index 07e6ff0440..e948e2e0f6 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -46,7 +46,7 @@
<!-- IF U_MCP --><li class="small-icon icon-mcp" data-last-responsive="true"><a href="{U_MCP}" title="{L_MCP}" role="menuitem">{L_MCP_SHORT}</a></li><!-- ENDIF -->
<!-- IF S_REGISTERED_USER -->
- <!-- EVENT navbar_header_navigation_prepend -->
+ <!-- EVENT navbar_header_user_profile_prepend -->
<li id="username_logged_in" class="rightside <!-- IF CURRENT_USER_AVATAR --> no-bulletin<!-- ENDIF -->" data-skip-responsive="true">
<!-- EVENT navbar_header_username_prepend -->
<div class="header-profile dropdown-container">
@@ -81,7 +81,7 @@
<!-- INCLUDE notification_dropdown.html -->
</li>
<!-- ENDIF -->
- <!-- EVENT navbar_header_navigation_append -->
+ <!-- EVENT navbar_header_user_profile_append -->
<!-- ELSE -->
<li class="small-icon icon-logout rightside" data-skip-responsive="true"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">{L_LOGIN_LOGOUT}</a></li>
<!-- IF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) -->