nav_set_selected() for apps and apporder. restrict apporder to local_channel() and whitespace

This commit is contained in:
Mario Vavti
2017-10-11 11:58:09 +02:00
parent ba55400f14
commit 24d1d752fe
2 changed files with 26 additions and 19 deletions

View File

@@ -7,6 +7,8 @@ use \Zotlabs\Lib as Zlib;
class Apps extends \Zotlabs\Web\Controller {
function get() {
nav_set_selected('Apps');
if(argc() == 2 && argv(1) == 'edit')
$mode = 'edit';