diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-21 20:23:31 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-21 20:23:31 +0200 |
commit | 9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514 (patch) | |
tree | eb2c72120cd2b2e0625b3d02ede424b80c1ebe27 /Zotlabs/Lib/Apps.php | |
parent | 6f43468724fccec3b37b7411a5ecb45a3ebe2e0b (diff) | |
download | volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.tar.gz volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.tar.bz2 volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.zip |
provide a return path from settings pages
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index b35eb9844..010947467 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -524,7 +524,8 @@ class Apps { '$add' => t('Add to app-tray'), '$remove' => t('Remove from app-tray'), '$add_nav' => t('Pin to navbar'), - '$remove_nav' => t('Unpin from navbar') + '$remove_nav' => t('Unpin from navbar'), + '$rpath' => z_root() . '/apps' )); } |