new notification changes - use sticky_kit instead of position fixed

This commit is contained in:
Mario Vavti
2017-10-09 17:49:15 +02:00
parent 54a0690323
commit f99c007187
7 changed files with 37 additions and 24 deletions

View File

@@ -69,6 +69,11 @@ class Wiki extends \Zotlabs\Web\Controller {
goaway('/' . argv(0));
}
nav_set_selected([
'name' => t('Wiki'),
'url' =>'/wiki/' . $nick
]);
$observer_hash = get_observer_hash();
// Determine if the observer is the channel owner so the ACL dialog can be populated
@@ -76,8 +81,6 @@ class Wiki extends \Zotlabs\Web\Controller {
$wiki_owner = true;
nav_set_selected(t('Wiki'));
// Obtain the default permission settings of the channel
$owner_acl = array(
'allow_cid' => $owner['channel_allow_cid'],