diff options
author | RedMatrix <info@friendica.com> | 2014-06-15 08:09:26 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-15 08:09:26 +1000 |
commit | c97aa4504e71140a342cc48b1d7ff81842cb108b (patch) | |
tree | 0c7b98991e48b84501e8689cae1e94e86ee30c67 /mod | |
parent | 9ac236d57dc027f6409d7dfcb1992807a1e08ead (diff) | |
parent | c80cf61a9b91b7c235786b262828007b5855b999 (diff) | |
download | volse-hubzilla-c97aa4504e71140a342cc48b1d7ff81842cb108b.tar.gz volse-hubzilla-c97aa4504e71140a342cc48b1d7ff81842cb108b.tar.bz2 volse-hubzilla-c97aa4504e71140a342cc48b1d7ff81842cb108b.zip |
Merge pull request #494 from git-marijus/master
unclutter menus a little
Diffstat (limited to 'mod')
-rw-r--r-- | mod/connections.php | 1 | ||||
-rw-r--r-- | mod/editwebpage.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 3c3a704b2..b9df3c2b7 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -233,6 +233,7 @@ function connections_content(&$a) { $a->argc = 1; unset($a->argv[1]); } + nav_set_selected('intros'); break; case 'unconnected': $search_flags = ABOOK_FLAG_UNCONNECTED; diff --git a/mod/editwebpage.php b/mod/editwebpage.php index 38aef4a8b..deaf9ae57 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -169,7 +169,6 @@ function editwebpage_content(&$a) { '$placeholdercategory' => t('Categories (comma-separated list)'), '$emtitle' => t('Example: bob@example.com, mary@example.com'), 'lockstate' => (((strlen($itm[0]['allow_cid'])) || (strlen($itm[0]['allow_gid'])) || (strlen($itm[0]['deny_cid'])) || (strlen($itm[0]['deny_gid']))) ? 'lock' : 'unlock'), - '$acl' => populate_acl($itm[0]), '$bang' => '', '$profile_uid' => (intval($owner)), '$preview' => ((feature_enabled(local_user(),'preview')) ? t('Preview') : ''), |