diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-06 22:29:56 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-06 22:29:56 +0000 |
| commit | b3431f05d0d6212428b730a6af6c6a1ae195e33a (patch) | |
| tree | 40b87be447634466e1248ad2da36810fff88c420 | |
| parent | f89e2a6d7003ccad57afa02696cb667cf3f163f4 (diff) | |
| download | forums-b3431f05d0d6212428b730a6af6c6a1ae195e33a.tar forums-b3431f05d0d6212428b730a6af6c6a1ae195e33a.tar.gz forums-b3431f05d0d6212428b730a6af6c6a1ae195e33a.tar.bz2 forums-b3431f05d0d6212428b730a6af6c6a1ae195e33a.tar.xz forums-b3431f05d0d6212428b730a6af6c6a1ae195e33a.zip | |
Minor update
git-svn-id: file:///svn/phpbb/trunk@262 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/PSO/viewforum_body.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index 75429f667e..c92cbc7a9c 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -13,9 +13,9 @@ <td width="4%" bgcolor="{T_TH_COLOR3}"> </td> <td bgcolor="{T_TH_COLOR3}"><font face="verdana" size="{T_FONTSIZE2}"><b> {L_TOPIC}</b></font></td> <td width="8%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_REPLIES}</b></font></td> - <td width="20%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b> {L_POSTER}</b></font></td> + <td width="20%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b> {L_AUTHOR}</b></font></td> <td width="6%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_VIEWS}</b></font></td> - <td width="17%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_DATE}</b></font></td> + <td width="17%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_LASTPOST}</b></font></td> </tr> <!-- BEGIN topicrow --> <tr> |
