aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-24 10:42:32 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-24 10:42:32 -0700
commitf6519414b7238045dc3ebddda52cf6e0a4bc997f (patch)
treeff13f689c61f632bad354e40858fc8aea89fa8b6 /phpBB/styles/prosilver/template/ucp_main_bookmarks.html
parent449e583fc4c8c41004d66eccf5dfd67475f87056 (diff)
downloadforums-f6519414b7238045dc3ebddda52cf6e0a4bc997f.tar
forums-f6519414b7238045dc3ebddda52cf6e0a4bc997f.tar.gz
forums-f6519414b7238045dc3ebddda52cf6e0a4bc997f.tar.bz2
forums-f6519414b7238045dc3ebddda52cf6e0a4bc997f.tar.xz
forums-f6519414b7238045dc3ebddda52cf6e0a4bc997f.zip
[ticket/12300] Make topic icon links clickable to newest unread posts
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_bookmarks.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_bookmarks.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
index 1a57d6b5ec..60f4a6395e 100644
--- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
+++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
@@ -36,6 +36,7 @@
<!-- ELSE -->
<dl class="icon {topicrow.TOPIC_IMG_STYLE}">
<dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
+ <a href="<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->" class="topic-icon-link"></a>
<div class="list-inner">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->