Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
$options = array() | |
Main activity stream list page. More... | |
$page_type = preg_replace('[\W]', '', get_input('page_type', 'all')) | |
$type = preg_replace('[\W]', '', get_input('type', 'all')) | |
$subtype = preg_replace('[\W]', '', get_input('subtype', '')) | |
if($subtype) | else |
if($type!= 'all') switch($page_type) | $activity = elgg_list_river($options) |
if(!$activity) | $content = elgg_view('core/river/filter', array('selector' => $selector)) |
$sidebar = elgg_view('core/river/sidebar') | |
$params | |
$body = elgg_view_layout('content', $params) | |
if ($type!= 'all') switch ($page_type) $activity = elgg_list_river($options) |
$body = elgg_view_layout('content', $params) |
$page_type = preg_replace('[\W]', '', get_input('page_type', 'all')) |
$params |
$subtype = preg_replace('[\W]', '', get_input('subtype', '')) |