diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/navbar_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/navbar_header.html | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index a02ec45830..788989f4c5 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -28,7 +28,7 @@  								</a>  							</li>  						<!-- ENDIF --> -						<!-- IF S_LOAD_UNREADS -->  +						<!-- IF S_LOAD_UNREADS -->  							<li>  								<a href="{U_SEARCH_UNREAD}" role="menuitem">  									<i class="icon fa-file-o fa-fw icon-red" aria-hidden="true"></i><span>{L_SEARCH_UNREAD}</span> @@ -100,6 +100,7 @@  		<!-- ENDIF -->  	<!-- IF S_REGISTERED_USER --> +		<!-- 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"> @@ -114,7 +115,7 @@  								</a>  							</li>  						<!-- ENDIF --> -	 +  					<!-- EVENT navbar_header_profile_list_before -->  						<li> @@ -127,9 +128,9 @@  								<i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{L_READ_PROFILE}</span>  							</a>  						</li> -	 +  						<!-- EVENT navbar_header_profile_list_after --> -	 +  						<li class="separator"></li>  						<li>  							<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem"> @@ -156,6 +157,7 @@  				<!-- INCLUDE notification_dropdown.html -->  			</li>  		<!-- ENDIF --> +		<!-- EVENT navbar_header_user_profile_append -->  	<!-- ELSE -->  		<li class="rightside"  data-skip-responsive="true">  			<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">  | 
