wrong level
This commit is contained in:
parent
dd9f7ef6e9
commit
57231a8807
@ -89,7 +89,6 @@ class Activity_filter {
|
||||
$filter_active = 'file';
|
||||
}
|
||||
$tsub[] = [
|
||||
'id' => 'saved_folders',
|
||||
'label' => $t['term'],
|
||||
'icon' => '',
|
||||
'url' => z_root() . '/' . $cmd . '/?f=&file=' . $t['term'],
|
||||
@ -99,6 +98,7 @@ class Activity_filter {
|
||||
}
|
||||
|
||||
$tabs[] = [
|
||||
'id' => 'saved_folders',
|
||||
'label' => t('Saved Folders'),
|
||||
'icon' => 'folder',
|
||||
'url' => '#',
|
||||
@ -120,7 +120,6 @@ 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']),
|
||||
@ -131,6 +130,7 @@ class Activity_filter {
|
||||
}
|
||||
|
||||
$tabs[] = [
|
||||
'id' => 'forums',
|
||||
'label' => t('Forums'),
|
||||
'icon' => 'comments-o',
|
||||
'url' => '#',
|
||||
|
Reference in New Issue
Block a user