diff options
author | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
commit | 681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch) | |
tree | fcb324bff2082a0c8adf4c540cccbba54a753d26 /include/nav.php | |
parent | 9ab6055b249b78c6b43be71e714e11118592dbcc (diff) | |
download | volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2 volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip |
"notes" app
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/nav.php b/include/nav.php index d8f7621cc..66fdbc49b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -64,9 +64,8 @@ function nav(&$a) { $nav['help'] = array($help_url, t('Help'), ""); - if(strlen($a->apps)) { - $nav['apps'] = array('apps', t('Apps'), ""); - } + + $nav['apps'] = array('apps', t('Apps'), ""); $nav['search'] = array('search', t('Search'), ""); |