aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/viewforum_body.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-05-11 10:27:47 -0700
committerMatt Friedman <maf675@gmail.com>2014-05-11 10:27:47 -0700
commitbeab2c92523ef164df8bfa4f06d97486f9470c2a (patch)
tree8e592d834a904c4e5eaa8967c2eb97065663efdc /phpBB/styles/subsilver2/template/viewforum_body.html
parent8cdc6632ee30d58f40a873b42bd263899169f6a4 (diff)
downloadforums-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/viewforum_body.html')
-rw-r--r--phpBB/styles/subsilver2/template/viewforum_body.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html
index a7a130a8df..98394a8b3b 100644
--- a/phpBB/styles/subsilver2/template/viewforum_body.html
+++ b/phpBB/styles/subsilver2/template/viewforum_body.html
@@ -207,8 +207,7 @@
<td class="row1">
<!-- EVENT topiclist_row_prepend -->
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a><!-- ENDIF -->
- {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF -->
- <a title="{L_POSTED}{L_COLON} {topicrow.FIRST_POST_TIME}" href="<!-- IF not S_IS_BOT and topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->" class="topictitle">{topicrow.TOPIC_TITLE}</a>
+ {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}{L_COLON} {topicrow.FIRST_POST_TIME}" 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}" class="imageset">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
<!-- ENDIF -->