Explicitly force link for 'All Collections' on the network page to gid=0 so it can be used with a default page over-ride for gid.
This commit is contained in:
parent
b6965ad01f
commit
2010d6a332
@ -254,7 +254,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
|
||||
'text' => t('All Channels'),
|
||||
'id' => 0,
|
||||
'selected' => (($group_id == 0) ? 'group-selected' : ''),
|
||||
'href' => $every,
|
||||
'href' => $every . (($every === 'network') ? '?f=&gid=0' : ''),
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user