diff options
author | friendica <info@friendica.com> | 2014-01-08 15:20:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-08 15:20:12 -0800 |
commit | 79102218324e794bb7096e682d61841b570fc411 (patch) | |
tree | a6a9918b5d4a750fff4b932ecc1066db56ed8d30 /mod/network.php | |
parent | f1d6d5883238cec7384b5ac6b00b5d0321ecece5 (diff) | |
download | volse-hubzilla-79102218324e794bb7096e682d61841b570fc411.tar.gz volse-hubzilla-79102218324e794bb7096e682d61841b570fc411.tar.bz2 volse-hubzilla-79102218324e794bb7096e682d61841b570fc411.zip |
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 7f67f62d0..191fe55ed 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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, |