diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-12 17:03:11 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-12 17:03:11 +0000 |
commit | 563168a59c19e25d60d6d85411f3068cc4d9fb97 (patch) | |
tree | be2ce4dd339d0d21b18099eb3d8b0bbe5b1073f9 /phpBB/templates | |
parent | 64dc7345b17f003014ada85bd663a36169c8f7c4 (diff) | |
download | forums-563168a59c19e25d60d6d85411f3068cc4d9fb97.tar forums-563168a59c19e25d60d6d85411f3068cc4d9fb97.tar.gz forums-563168a59c19e25d60d6d85411f3068cc4d9fb97.tar.bz2 forums-563168a59c19e25d60d6d85411f3068cc4d9fb97.tar.xz forums-563168a59c19e25d60d6d85411f3068cc4d9fb97.zip |
Changes related to tracking updates
git-svn-id: file:///svn/phpbb/trunk@1852 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/search_results_posts.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/search_results_posts.tpl b/phpBB/templates/subSilver/search_results_posts.tpl index def54b39f9..eec09b4d59 100644 --- a/phpBB/templates/subSilver/search_results_posts.tpl +++ b/phpBB/templates/subSilver/search_results_posts.tpl @@ -26,7 +26,7 @@ <span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br /> {L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br /> </td> - <td valign="top" class="row1"> <img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_FORUM}: <b><a href="{searchresults.U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}: + <td valign="top" class="row1">{searchresults.MINI_POST_IMG}<span class="postdetails">{L_FORUM}: <b><a href="{searchresults.U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}: {searchresults.POST_DATE} Subject: <b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b></span></td> </tr> <tr> |