mpre feature to app transition

This commit is contained in:
Mario Vavti
2018-09-12 11:08:53 +02:00
parent 28e4977c33
commit 2651eae663
6 changed files with 137 additions and 127 deletions

View File

@@ -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 ]
]
]);
}
}
}