diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-03 15:52:57 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-03 15:54:13 -0800 |
commit | 471c3c4d068d1c6d4e149098d400d792fb3550a6 (patch) | |
tree | ef3b02f4527d50f65e407ac81cfd75aed728e2ea /Zotlabs/Widget | |
parent | ca1022675c84c862e9ae3180a47360040b24e9e2 (diff) | |
download | volse-hubzilla-471c3c4d068d1c6d4e149098d400d792fb3550a6.tar.gz volse-hubzilla-471c3c4d068d1c6d4e149098d400d792fb3550a6.tar.bz2 volse-hubzilla-471c3c4d068d1c6d4e149098d400d792fb3550a6.zip |
add dummy f= arg to suggestion urls, use directory version of suggest for newmember link instead of the suggest module as the UI is prettier.
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Newmember.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Widget/Newmember.php b/Zotlabs/Widget/Newmember.php index 0279f339f..cdb70e23d 100644 --- a/Zotlabs/Widget/Newmember.php +++ b/Zotlabs/Widget/Newmember.php @@ -39,9 +39,9 @@ class Newmember { t('Find and Connect with others'), [ - 'directory' => t('View the directory'), - 'suggest' => t('View friend suggestions'), - 'connections' => t('Manage your connections'), + 'directory' => t('View the directory'), + 'directory?f=&suggest=1' => t('View friend suggestions'), + 'connections' => t('Manage your connections'), ], t('Communicate'), |