aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-03-01 01:11:53 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-03-01 01:11:53 +0100
commit8fee84a68a2084153f1e7befe8de79afb3f499a5 (patch)
tree7dc0e898f20204234ba05f30fb45cdacf7c51ea8
parentf49b8a0e3eb7b0caad763e5bab4c846ce17204b0 (diff)
downloadforums-8fee84a68a2084153f1e7befe8de79afb3f499a5.tar
forums-8fee84a68a2084153f1e7befe8de79afb3f499a5.tar.gz
forums-8fee84a68a2084153f1e7befe8de79afb3f499a5.tar.bz2
forums-8fee84a68a2084153f1e7befe8de79afb3f499a5.tar.xz
forums-8fee84a68a2084153f1e7befe8de79afb3f499a5.zip
[ticket/7938] Display information about unread and new PMs in the header.
PHPBB3-7938
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 2f7d2c7902..463ed2b5c1 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -145,7 +145,7 @@
<ul class="linklist leftside">
<li class="icon-ucp">
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
- <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
+ <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a>)<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --> &bull;
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- ENDIF -->