aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-01-08 12:59:51 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-01-08 12:59:51 +0000
commitc97adb5a2e7e732d954fcada6eaf8f8766a0452b (patch)
treea35a3ba7dc4bef3f48b948b9d09ad7182fd41d40 /phpBB
parent264a7a489a671f551e872f5ebd14647fd7e0aded (diff)
downloadforums-c97adb5a2e7e732d954fcada6eaf8f8766a0452b.tar
forums-c97adb5a2e7e732d954fcada6eaf8f8766a0452b.tar.gz
forums-c97adb5a2e7e732d954fcada6eaf8f8766a0452b.tar.bz2
forums-c97adb5a2e7e732d954fcada6eaf8f8766a0452b.tar.xz
forums-c97adb5a2e7e732d954fcada6eaf8f8766a0452b.zip
Wrong link for view post, add link to post title
git-svn-id: file:///svn/phpbb/trunk@4731 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subSilver/template/search_results_posts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/search_results_posts.html b/phpBB/styles/subSilver/template/search_results_posts.html
index 4e4f8568dc..c85a718bd3 100644
--- a/phpBB/styles/subSilver/template/search_results_posts.html
+++ b/phpBB/styles/subSilver/template/search_results_posts.html
@@ -33,7 +33,7 @@
<td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POSTER_NAME}</b></td>
<td height="25"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td class="gensmall"><div style="float:left">&nbsp;<b>{L_POST_SUBJECT}:</b> {searchresults.POST_SUBJECT}</div><div style="float:right"><a href="{postrow.U_MINI_POST}">{searchresults.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {searchresults.POST_DATE}&nbsp;</div></td>
+ <td class="gensmall"><div style="float:left">&nbsp;<b>{L_POST_SUBJECT}:</b> <a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></div><div style="float:right"><a href="{searchresults.U_VIEW_POST}">{searchresults.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {searchresults.POST_DATE}&nbsp;</div></td>
</tr>
</table></td>
</tr>