diff options
author | Nils Adermann <naderman@naderman.de> | 2011-06-05 03:00:56 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-06-05 03:00:56 +0200 |
commit | ffc137986fa9ba91ebc4bc203c7081409d46c44c (patch) | |
tree | d5923a04139600028c869e26cbad395e2083a185 /phpBB/styles/subsilver2 | |
parent | a9f4e00234b98abbe70c6b697b82a9fcc9c922a4 (diff) | |
parent | 963a67332af12af31d231baf315fdd29d30149cb (diff) | |
download | forums-ffc137986fa9ba91ebc4bc203c7081409d46c44c.tar forums-ffc137986fa9ba91ebc4bc203c7081409d46c44c.tar.gz forums-ffc137986fa9ba91ebc4bc203c7081409d46c44c.tar.bz2 forums-ffc137986fa9ba91ebc4bc203c7081409d46c44c.tar.xz forums-ffc137986fa9ba91ebc4bc203c7081409d46c44c.zip |
Merge branch 'ticket/bantu/9922' into develop-olympus
* ticket/bantu/9922:
[ticket/9922] Link post subject to the post's anchor in subsilver2.
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index bba00ce685..630871af61 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -150,7 +150,7 @@ <!-- IF postrow.POST_ICON_IMG --> <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td> <!-- ENDIF --> - <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td> + <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <b>{L_POST_SUBJECT}:</b> <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td> </tr> </table> </td> |