aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/viewforum_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/viewforum_body.tpl')
-rw-r--r--phpBB/templates/Euclid/viewforum_body.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Euclid/viewforum_body.tpl b/phpBB/templates/Euclid/viewforum_body.tpl
index ac2a1fdc38..c90a5b3c0e 100644
--- a/phpBB/templates/Euclid/viewforum_body.tpl
+++ b/phpBB/templates/Euclid/viewforum_body.tpl
@@ -35,8 +35,8 @@
<tr>
<td class="row1" align="center" valign="middle">&nbsp;{topicrow.FOLDER}&nbsp;</td>
<td class="row2">&nbsp;<span class="gensmall">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>&nbsp;{topicrow.GOTO_PAGE}</span></td>
- <td class="row2" align="center" valign="middle"><span class="gen"><a href="{topicrow.U_TOPIC_POSTER_PROFILE}">{topicrow.TOPIC_POSTER}</a></span></td>
- <td class="row1" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td>
+ <td class="row1" align="center" valign="middle"><span class="gen"><a href="{topicrow.U_TOPIC_POSTER_PROFILE}">{topicrow.TOPIC_POSTER}</a></span></td>
+ <td class="row2" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td>
<td class="row1" align="center" valign="middle"><span class="gen">{topicrow.VIEWS}</span></td>
<td class="row2" align="center" valign="middle" NOWRAP><span class="gensmall">{topicrow.LAST_POST}</span></td>
</tr>