diff options
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, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html index 8306f12e20..01e63e7759 100755 --- a/phpBB/styles/subSilver/template/mcp_notes_user.html +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -38,6 +38,10 @@ <td class="gen" align="right" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td> <td><b class="gen">{POSTS}</b></td> </tr> + <tr> + <td class="gen" align="right" valign="top" nowrap="nowrap">{L_WARNINGS}: </td> + <td><b class="gen">{WARNINGS}</b></td> + </tr> </table></td> </tr> </table> |