diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-28 20:54:49 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-28 20:54:49 -0700 |
commit | 96ac2790fc1793d164ebd49fb0cbc703cb831f4a (patch) | |
tree | dca18b8f00a5185c504e31033534e97a0f1c6bd0 /phpBB/includes | |
parent | 619e844c1b48f598e83274395e591faa6754f7c6 (diff) | |
download | forums-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/includes')
-rw-r--r-- | phpBB/includes/ucp/ucp_main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php index f0ce21fb48..b4b14b11d7 100644 --- a/phpBB/includes/ucp/ucp_main.php +++ b/phpBB/includes/ucp/ucp_main.php @@ -354,6 +354,8 @@ class ucp_main 'LAST_POST_AUTHOR_FULL' => get_username_string('full', $row['forum_last_poster_id'], $row['forum_last_poster_name'], $row['forum_last_poster_colour']), 'U_LAST_POST_AUTHOR' => get_username_string('profile', $row['forum_last_poster_id'], $row['forum_last_poster_name'], $row['forum_last_poster_colour']), + 'S_UNREAD_FORUM' => $unread_forum, + 'U_LAST_POST' => $last_post_url, 'U_VIEWFORUM' => append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $row['forum_id'])) ); |