mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 15:22:08 +02:00
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
This commit is contained in:
parent
d2bca34492
commit
df716e1e83
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user