1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 10:09:15 +02:00

Wrong link for view post, add link to post title

git-svn-id: file:///svn/phpbb/trunk@4731 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2004-01-08 12:59:51 +00:00
parent 264a7a489a
commit c97adb5a2e

View File

@ -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>