mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
We now display the channel in the sidebar
This commit is contained in:
parent
d395de3aa1
commit
8050389d32
6 changed files with 46 additions and 4 deletions
|
@ -117,6 +117,7 @@ class Network extends Timeline
|
|||
|
||||
$module = 'network';
|
||||
|
||||
$this->page['aside'] .= Widget::channels($module, $this->selectedTab, $this->session->getLocalUserId());
|
||||
$this->page['aside'] .= Widget::accountTypes($module, $this->accountTypeString);
|
||||
|
||||
$arr = ['query' => $this->args->getQueryString()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue