diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-14 08:10:38 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-14 08:10:38 +0200 |
commit | d08b068031f01e1bcf57a46b9e7dfcb217b6fb30 (patch) | |
tree | fc700a19369cb7cc2d84966c042a6ef55db10983 /include/nav.php | |
parent | 4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d (diff) | |
parent | 9b9bd35cba293b86c871c2cfbe15e6d9c4673a7d (diff) | |
download | volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.tar.gz volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.tar.bz2 volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index 66fdbc49b..b37863aa1 100644 --- a/include/nav.php +++ b/include/nav.php @@ -64,8 +64,8 @@ function nav(&$a) { $nav['help'] = array($help_url, t('Help'), ""); - - $nav['apps'] = array('apps', t('Apps'), ""); + if($a->apps) + $nav['apps'] = array('apps', t('Apps'), ""); $nav['search'] = array('search', t('Search'), ""); |