diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-05 19:33:03 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-05 19:33:03 +0000 |
commit | 0ec7ca8bf7749b138ada9e247d9a115f413588ad (patch) | |
tree | a8bf7ef5491fb3c7ac8b16e66efcbad5235ac8eb | |
parent | 811d6ef6d10a64059a14c629c24701ab1b18ff97 (diff) | |
download | forums-0ec7ca8bf7749b138ada9e247d9a115f413588ad.tar forums-0ec7ca8bf7749b138ada9e247d9a115f413588ad.tar.gz forums-0ec7ca8bf7749b138ada9e247d9a115f413588ad.tar.bz2 forums-0ec7ca8bf7749b138ada9e247d9a115f413588ad.tar.xz forums-0ec7ca8bf7749b138ada9e247d9a115f413588ad.zip |
#5092
git-svn-id: file:///svn/phpbb/trunk@6557 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index 5aa35211b7..6d483ecac9 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -59,7 +59,7 @@ <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p> <p class="topicdetails"> <!-- IF topicrow.U_LAST_POST_AUTHOR --> - <a href="{topicrow.U_LAST_POST_AUTHOR}" <!-- IF topicrow.LAST_POST_AUTHOR_COLOUR --> style="color: {topicrow.LAST_POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{topicrow.LAST_POST_AUTHOR}</a> + <a href="{topicrow.U_LAST_POST_AUTHOR}" <!-- IF topicrow.LAST_POST_AUTHOR_COLOUR -->style="color: {topicrow.LAST_POST_AUTHOR_COLOUR}; font-weight: bold;"<!-- ENDIF -->>{topicrow.LAST_POST_AUTHOR}</a> <!-- ELSE --> {topicrow.LAST_POST_AUTHOR} <!-- ENDIF --> |