diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-03 23:14:01 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-03 23:14:01 -0700 |
commit | dd9f7ef6e926cb53f68216f58769552a6355993c (patch) | |
tree | a34ae70437bc0bbbb8ef7c72286f7552743511bb /Zotlabs | |
parent | 8b76b5a0a6f6784f9d97332cc93b395504f6f527 (diff) | |
download | volse-hubzilla-dd9f7ef6e926cb53f68216f58769552a6355993c.tar.gz volse-hubzilla-dd9f7ef6e926cb53f68216f58769552a6355993c.tar.bz2 volse-hubzilla-dd9f7ef6e926cb53f68216f58769552a6355993c.zip |
fix submenunavigation on activity filters
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Activity_filter.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Activity_filter.php b/Zotlabs/Widget/Activity_filter.php index 672225ef1..36e24342d 100644 --- a/Zotlabs/Widget/Activity_filter.php +++ b/Zotlabs/Widget/Activity_filter.php @@ -89,6 +89,7 @@ class Activity_filter { $filter_active = 'file'; } $tsub[] = [ + 'id' => 'saved_folders', 'label' => $t['term'], 'icon' => '', 'url' => z_root() . '/' . $cmd . '/?f=&file=' . $t['term'], @@ -119,6 +120,7 @@ class Activity_filter { $filter_active = 'forums'; } $fsub[] = [ + 'id' => 'forums', 'label' => $f['xchan_name'], 'img' => $f['xchan_photo_s'], 'url' => (($f['private_forum']) ? $f['xchan_url'] : z_root() . '/' . $cmd . '/?f=&pf=1&cid=' . $f['abook_id']), |