diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-14 17:30:47 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-14 17:30:47 +0000 |
| commit | 92074fdd8c86a53bc438df766798f29c7f5db39a (patch) | |
| tree | 67e4299facf78999f1190d59ba8f6fbe6ccf3c50 | |
| parent | 5a3a3f56ad8c1ee5575e5417c74603db12c915ea (diff) | |
| download | forums-92074fdd8c86a53bc438df766798f29c7f5db39a.tar forums-92074fdd8c86a53bc438df766798f29c7f5db39a.tar.gz forums-92074fdd8c86a53bc438df766798f29c7f5db39a.tar.bz2 forums-92074fdd8c86a53bc438df766798f29c7f5db39a.tar.xz forums-92074fdd8c86a53bc438df766798f29c7f5db39a.zip | |
Icon name changes
git-svn-id: file:///svn/phpbb/trunk@662 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/PSO/search_results_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/search_results_body.tpl b/phpBB/templates/PSO/search_results_body.tpl index 16a0602389..7b1edbeb19 100644 --- a/phpBB/templates/PSO/search_results_body.tpl +++ b/phpBB/templates/PSO/search_results_body.tpl @@ -42,7 +42,7 @@ <tr> <td><table width="100%" height="100%" cellspacing="0" cellpadding="4" border="0"> <tr> - <td bgcolor="{T_TD_COLOR2}"><a href="{searchresults.U_POST}"><img src="images/posticon.gif" alt="Post image icon" border="0"></a><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_POSTED}: {searchresults.POST_DATE} Post Subject: {searchresults.POST_SUBJECT}</font><hr></td> + <td bgcolor="{T_TD_COLOR2}"><a href="{searchresults.U_POST}"><img src="images/icon_minipost.gif" alt="Post image icon" border="0"></a><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_POSTED}: {searchresults.POST_DATE} Post Subject: {searchresults.POST_SUBJECT}</font><hr></td> </tr> <tr> <td height="100%" bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{searchresults.MESSAGE}</font><br><br></td> |
