diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-13 16:23:11 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-13 16:23:11 +0000 |
commit | 27a4ee3f941f318ba9412d6739a3b690d3852023 (patch) | |
tree | 124c8ba6974542644aceb3dbb1025d4bb8d747fc /phpBB/templates/Default | |
parent | ea983410993371bcc63e1a120fe17bed964f5f08 (diff) | |
download | forums-27a4ee3f941f318ba9412d6739a3b690d3852023.tar forums-27a4ee3f941f318ba9412d6739a3b690d3852023.tar.gz forums-27a4ee3f941f318ba9412d6739a3b690d3852023.tar.bz2 forums-27a4ee3f941f318ba9412d6739a3b690d3852023.tar.xz forums-27a4ee3f941f318ba9412d6739a3b690d3852023.zip |
Icon name changes
git-svn-id: file:///svn/phpbb/trunk@647 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r-- | phpBB/templates/Default/viewtopic_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl index b8292ee485..e2c62097fa 100644 --- a/phpBB/templates/Default/viewtopic_body.tpl +++ b/phpBB/templates/Default/viewtopic_body.tpl @@ -72,7 +72,7 @@ <font style="{font-size: 8pt;}">{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font> </td> <td><i><b>{postrow.POST_SUBJECT}</b></i></td> - <td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td> + <td align="right" width="15%"><img src="images/icon_minipost.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td> </tr> <tr bgcolor="{postrow.ROW_COLOR}" class="tablebody"> <td colspan="3"> |