aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-09 18:50:15 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-09 18:50:15 -0700
commit43e064749cfb5cd9d4a0e64991bf297f28a3a6d4 (patch)
tree8eef2f9c6e5118dd5240ac31ebb2881cc951cdae /include
parent4af339da636e70b2695c12881f5dbc086e55a656 (diff)
downloadvolse-hubzilla-43e064749cfb5cd9d4a0e64991bf297f28a3a6d4.tar.gz
volse-hubzilla-43e064749cfb5cd9d4a0e64991bf297f28a3a6d4.tar.bz2
volse-hubzilla-43e064749cfb5cd9d4a0e64991bf297f28a3a6d4.zip
major changes to "forum mode" on the network/matrix page
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 9f7380c87..5e40bf54a 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1036,7 +1036,7 @@ function widget_forums($arr) {
foreach($r1 as $rr) {
if($unseen && (! intval($rr['unseen'])))
continue;
- $o .= '<li><span class="pull-right">' . ((intval($rr['unseen'])) ? intval($rr['unseen']) : '') . '</span><a href="network?f=&cid=' . $rr['abook_id'] . '" ><img src="' . $rr['xchan_photo_s'] . '" style="width: 16px; height: 16px;" /> ' . $rr['xchan_name'] . '</a></li>';
+ $o .= '<li><span class="pull-right">' . ((intval($rr['unseen'])) ? intval($rr['unseen']) : '') . '</span><a href="network?f=&pf=1&cid=' . $rr['abook_id'] . '" ><img src="' . $rr['xchan_photo_s'] . '" style="width: 16px; height: 16px;" /> ' . $rr['xchan_name'] . '</a></li>';
}
$o .= '</ul></div>';
}