diff options
Diffstat (limited to 'phpBB/templates/Euclid/viewforum_body.tpl')
-rw-r--r-- | phpBB/templates/Euclid/viewforum_body.tpl | 4 |
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"> {topicrow.FOLDER} </td> <td class="row2"> <span class="gensmall">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> {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> |