diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-28 16:21:17 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-28 16:21:17 +0000 |
| commit | d6ef968a679f97e60d62bfae7ac2856cb8334591 (patch) | |
| tree | 9095cb5a225ef2f92050d05212cfa138f247bee4 /phpBB/styles/subSilver/template/mcp_notes_user.html | |
| parent | 69ef685cde40bb014e8e5a3872baa77136bdd7fb (diff) | |
| download | forums-d6ef968a679f97e60d62bfae7ac2856cb8334591.tar forums-d6ef968a679f97e60d62bfae7ac2856cb8334591.tar.gz forums-d6ef968a679f97e60d62bfae7ac2856cb8334591.tar.bz2 forums-d6ef968a679f97e60d62bfae7ac2856cb8334591.tar.xz forums-d6ef968a679f97e60d62bfae7ac2856cb8334591.zip | |
- made sure ranks are displayed correctly (used RANK instead of RANK_TITLE)
- #6630
- hide a few links from bots (forum/topic marking, memberlist, post/reply/quote/edit/etc. buttons) [#6354]
- #5698
git-svn-id: file:///svn/phpbb/trunk@6818 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_notes_user.html')
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html index 094ee093d8..095627db4d 100755 --- a/phpBB/styles/subSilver/template/mcp_notes_user.html +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -12,9 +12,9 @@ <tr> <td class="gen" align="center"><!-- IF USER_COLOR --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td> </tr> - <!-- IF RANK --> + <!-- IF RANK_TITLE --> <tr> - <td class="postdetails" align="center">{RANK}</td> + <td class="postdetails" align="center">{RANK_TITLE}</td> </tr> <!-- ENDIF --> <!-- IF RANK_IMG --> |
