diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-12 11:08:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-12 11:08:53 +0200 |
commit | 2651eae663869e78aa0166bd33ac80a44b26b5ea (patch) | |
tree | 3a4bc5e4d60364975174e3e0acab36b098b5346c /Zotlabs/Widget/Appstore.php | |
parent | 28e4977c33e11e4bb65c85977c82f3523f685bac (diff) | |
download | volse-hubzilla-2651eae663869e78aa0166bd33ac80a44b26b5ea.tar.gz volse-hubzilla-2651eae663869e78aa0166bd33ac80a44b26b5ea.tar.bz2 volse-hubzilla-2651eae663869e78aa0166bd33ac80a44b26b5ea.zip |
mpre feature to app transition
Diffstat (limited to 'Zotlabs/Widget/Appstore.php')
-rw-r--r-- | Zotlabs/Widget/Appstore.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Widget/Appstore.php b/Zotlabs/Widget/Appstore.php index 237707733..6a00ac06a 100644 --- a/Zotlabs/Widget/Appstore.php +++ b/Zotlabs/Widget/Appstore.php @@ -10,9 +10,9 @@ class Appstore { return replace_macros(get_markup_template('appstore.tpl'), [ '$title' => t('App Collections'), '$options' => [ - [ z_root() . '/apps/available', t('Available Apps'), $store ], - [ z_root() . '/apps', t('Installed apps'), 1 - $store ] + [ z_root() . '/apps', t('Installed apps'), 1 - $store ], + [ z_root() . '/apps/available', t('Available Apps'), $store ] ] ]); } -}
\ No newline at end of file +} |