diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-11 15:12:05 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-11 15:12:05 +0000 |
commit | e9920c59ad14d5ce94c23208ebf704d1e671c370 (patch) | |
tree | ad438137f39c265aa7370159ddaa03d186f59bdf /phpBB/styles/prosilver/template/mcp_warn_post.html | |
parent | bd33acd012f96096e5ef6ba131aac0b260aea6c2 (diff) | |
download | forums-e9920c59ad14d5ce94c23208ebf704d1e671c370.tar forums-e9920c59ad14d5ce94c23208ebf704d1e671c370.tar.gz forums-e9920c59ad14d5ce94c23208ebf704d1e671c370.tar.bz2 forums-e9920c59ad14d5ce94c23208ebf704d1e671c370.tar.xz forums-e9920c59ad14d5ce94c23208ebf704d1e671c370.zip |
#13231
git-svn-id: file:///svn/phpbb/trunk@7867 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_warn_post.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_warn_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html index e887a246e8..f420a10bf6 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_post.html +++ b/phpBB/styles/prosilver/template/mcp_warn_post.html @@ -17,7 +17,7 @@ <div class="column2"> <dl class="details"> <!-- IF RANK_TITLE --><dt>{L_RANK}:</dt><dd>{RANK_TITLE}</dd><!-- ENDIF --> - <!-- IF RANK_IMG --><dt>{L_RANK}:</dt><dd>{RANK_IMG}</dd><!-- ENDIF --> + <!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}:<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF --> <dt>{L_JOINED}:</dt><dd>{JOINED}</dd> <dt>{L_TOTAL_POSTS}:</dt><dd>{POSTS}</dd> <dt>{L_WARNINGS}: </dt><dd>{WARNINGS}</dd> |