diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_main_bookmarks.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_main_bookmarks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html b/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html index 7df1d3d5ac..4f3076de2d 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html +++ b/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html @@ -37,7 +37,7 @@ <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"> <p class="topicdetails">{topicrow.LAST_POST_TIME}</p> <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL} - <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a> + <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> </p> </td> <!-- ENDIF --> |