provide a mechanism to mark apps active in the bin

This commit is contained in:
git-marijus
2017-07-21 10:32:21 +02:00
parent 8e5c56dcc2
commit 1bdcfe5219
13 changed files with 26 additions and 29 deletions

View File

@@ -94,7 +94,7 @@ class Channel extends \Zotlabs\Web\Controller {
}
else {
if(\App::$profile['profile_uid'] == local_channel()) {
nav_set_selected('home');
nav_set_selected(t('Channel Home'));
}
}