aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-28 20:54:49 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-28 20:54:49 -0700
commit96ac2790fc1793d164ebd49fb0cbc703cb831f4a (patch)
treedca18b8f00a5185c504e31033534e97a0f1c6bd0 /phpBB/styles/prosilver/template/forumlist_body.html
parent619e844c1b48f598e83274395e591faa6754f7c6 (diff)
downloadforums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar.gz
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar.bz2
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar.xz
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.zip
[ticket/12300] Make only red topic/forum row icons clickable to unread posts
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 8151924d02..363d87fa8f 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -29,7 +29,7 @@
<li class="row">
<dl class="icon {forumrow.FORUM_IMG_STYLE}">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
- <a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a>
+ <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->