group_side - unify look with forumlist

This commit is contained in:
rabuzarus 2015-11-28 20:09:28 +01:00
parent 5fe8ae514b
commit a3059d02d4
8 changed files with 74 additions and 52 deletions

View file

@ -7,7 +7,7 @@ function validate_members(&$item) {
function group_init(&$a) {
if(local_user()) {
require_once('include/group.php');
$a->page['aside'] = group_side('contacts','group',false,(($a->argc > 1) ? intval($a->argv[1]) : 0));
$a->page['aside'] = group_side('contacts','group','extended',(($a->argc > 1) ? intval($a->argv[1]) : 0));
}
}