aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
committerFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
commit681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch)
treefcb324bff2082a0c8adf4c540cccbba54a753d26 /include/nav.php
parent9ab6055b249b78c6b43be71e714e11118592dbcc (diff)
downloadvolse-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.php5
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'), "");