diff options
author | friendica <info@friendica.com> | 2014-08-17 17:48:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-17 17:48:41 -0700 |
commit | 82eb265a20d73beff7673299a6c4ab8a4d8b8673 (patch) | |
tree | 8e67b7f7a86f800e810d7c45f15368ce91c748bc /include/widgets.php | |
parent | bf3dc80233147a1dab9f034a192750f765d0436b (diff) | |
download | volse-hubzilla-82eb265a20d73beff7673299a6c4ab8a4d8b8673.tar.gz volse-hubzilla-82eb265a20d73beff7673299a6c4ab8a4d8b8673.tar.bz2 volse-hubzilla-82eb265a20d73beff7673299a6c4ab8a4d8b8673.zip |
add collections widget to connections page - and some more work on realms
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index 96bced87f..1aa018fb6 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -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); |