diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-27 16:13:03 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-27 16:13:03 +0000 |
| commit | f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce (patch) | |
| tree | 97a7c72b974d13fc5ecf4066eac9fa0096027607 /phpBB/styles/prosilver/template/viewtopic_body.html | |
| parent | 266797fddf049d89923d9885cfecd022d9875fb3 (diff) | |
| download | forums-f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce.tar forums-f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce.tar.gz forums-f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce.tar.bz2 forums-f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce.tar.xz forums-f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce.zip | |
fixing...
git-svn-id: file:///svn/phpbb/trunk@7412 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index c785d541e1..a1db3d514a 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -168,7 +168,7 @@ </div> - <!-- IF postrow.U_PROFILE and not postrow.S_IGNORE_POST --> + <!-- IF not postrow.S_IGNORE_POST --> <dl class="postprofile" id="profile{postrow.POST_ID}"> <dt><!-- IF postrow.POSTER_AVATAR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><br /><!-- ENDIF -->{postrow.POST_AUTHOR_FULL}</dt> |
