wrong level

This commit is contained in:
zotlabs 2018-06-03 23:16:40 -07:00
parent dd9f7ef6e9
commit 57231a8807

View File

@ -89,7 +89,6 @@ class Activity_filter {
$filter_active = 'file'; $filter_active = 'file';
} }
$tsub[] = [ $tsub[] = [
'id' => 'saved_folders',
'label' => $t['term'], 'label' => $t['term'],
'icon' => '', 'icon' => '',
'url' => z_root() . '/' . $cmd . '/?f=&file=' . $t['term'], 'url' => z_root() . '/' . $cmd . '/?f=&file=' . $t['term'],
@ -99,6 +98,7 @@ class Activity_filter {
} }
$tabs[] = [ $tabs[] = [
'id' => 'saved_folders',
'label' => t('Saved Folders'), 'label' => t('Saved Folders'),
'icon' => 'folder', 'icon' => 'folder',
'url' => '#', 'url' => '#',
@ -120,7 +120,6 @@ class Activity_filter {
$filter_active = 'forums'; $filter_active = 'forums';
} }
$fsub[] = [ $fsub[] = [
'id' => 'forums',
'label' => $f['xchan_name'], 'label' => $f['xchan_name'],
'img' => $f['xchan_photo_s'], 'img' => $f['xchan_photo_s'],
'url' => (($f['private_forum']) ? $f['xchan_url'] : z_root() . '/' . $cmd . '/?f=&pf=1&cid=' . $f['abook_id']), 'url' => (($f['private_forum']) ? $f['xchan_url'] : z_root() . '/' . $cmd . '/?f=&pf=1&cid=' . $f['abook_id']),
@ -131,6 +130,7 @@ class Activity_filter {
} }
$tabs[] = [ $tabs[] = [
'id' => 'forums',
'label' => t('Forums'), 'label' => t('Forums'),
'icon' => 'comments-o', 'icon' => 'comments-o',
'url' => '#', 'url' => '#',