diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-05-11 10:27:47 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-05-11 10:27:47 -0700 |
| commit | beab2c92523ef164df8bfa4f06d97486f9470c2a (patch) | |
| tree | 8e592d834a904c4e5eaa8967c2eb97065663efdc /phpBB/styles/subsilver2/template/ucp_main_bookmarks.html | |
| parent | 8cdc6632ee30d58f40a873b42bd263899169f6a4 (diff) | |
| download | forums-beab2c92523ef164df8bfa4f06d97486f9470c2a.tar forums-beab2c92523ef164df8bfa4f06d97486f9470c2a.tar.gz forums-beab2c92523ef164df8bfa4f06d97486f9470c2a.tar.bz2 forums-beab2c92523ef164df8bfa4f06d97486f9470c2a.tar.xz forums-beab2c92523ef164df8bfa4f06d97486f9470c2a.zip | |
[ticket/12531] Restore default topic link functionality in subsilver2
PHPBB3-12531
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 a8c6b4a9a8..e91417503f 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html +++ b/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html @@ -41,7 +41,7 @@ <td class="postdetails" style="padding: 4px" width="100%" colspan="2">{L_DELETED_TOPIC}</td> <!-- ELSE --> <td style="padding: 4px;" width="100%" valign="top"> - <p class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a></p> + <p class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p> <!-- IF topicrow.S_GLOBAL_TOPIC --><span class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</span><!-- ELSE --><span class="gensmall"><b>{L_FORUM}{L_COLON} </b><a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a></span><!-- ENDIF --> <!-- IF .topicrow.pagination --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} |
