aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-03 00:05:21 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-03 00:05:21 +0000
commitdf716e1e837e121bac29c987ccf4f9a8c68c8af2 (patch)
tree7dc4260776c58f566e729bcfa5ef772cf5648a54 /phpBB
parentd2bca344921805557859cd72d0bb05eb4ce3dc46 (diff)
downloadforums-df716e1e837e121bac29c987ccf4f9a8c68c8af2.tar
forums-df716e1e837e121bac29c987ccf4f9a8c68c8af2.tar.gz
forums-df716e1e837e121bac29c987ccf4f9a8c68c8af2.tar.bz2
forums-df716e1e837e121bac29c987ccf4f9a8c68c8af2.tar.xz
forums-df716e1e837e121bac29c987ccf4f9a8c68c8af2.zip
Changed a templating var to match changed placement in page_header.php
git-svn-id: file:///svn/phpbb/trunk@236 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/Default/viewtopic_body.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl
index 3844cac500..3ed4ef5af8 100644
--- a/phpBB/templates/Default/viewtopic_body.tpl
+++ b/phpBB/templates/Default/viewtopic_body.tpl
@@ -27,13 +27,13 @@
</tr>
<!-- BEGIN postrow -->
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
- <td width="15%" align="left" valign="top">
+ <td width="20%" align="left" valign="top">
<font style="{font-size: 10pt; font-weight: bold;}">{postrow.POSTER_NAME}</font><br>
{postrow.POSTER_RANK}<br>
{postrow.RANK_IMAGE}<br>
<br>
<font style="{font-size: 8pt;}">
- {postrow.L_JOINED}: {postrow.POSTER_JOINED}<br>{L_POSTS}: {postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
+ {L_JOINED}: {postrow.POSTER_JOINED}<br>{L_POSTS}: {postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
</td>
<td>
<img src="images/posticon.gif"><font style="{font-size: 8pt;}">{postrow.L_POSTED}: {postrow.POST_DATE}</font><hr>