preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
This commit is contained in:
@@ -237,6 +237,7 @@ function network_content(&$a, $update = 0, $load = false) {
|
||||
'$spam' => (($spam) ? $spam : '0'),
|
||||
'$nouveau' => (($nouveau) ? $nouveau : '0'),
|
||||
'$wall' => '0',
|
||||
'$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0),
|
||||
'$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
|
||||
'$search' => (($search) ? $search : ''),
|
||||
'$order' => $order,
|
||||
|
||||
Reference in New Issue
Block a user