add collections widget to connections page - and some more work on realms

This commit is contained in:
friendica
2014-08-17 17:48:41 -07:00
parent bf3dc80233
commit 82eb265a20
5 changed files with 27 additions and 2 deletions

View File

@@ -48,6 +48,13 @@ function widget_collections($args) {
$abook_id = 0;
$wmode = 0;
break;
case 'connections':
$every = 'connections';
$each = 'group';
$edit = true;
$current = $_REQUEST['gid'];
$abook_id = 0;
$wmode = 0;
case 'groups':
$every = 'connections';
$each = argv(0);