aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-19 01:07:35 -0800
committerfriendica <info@friendica.com>2013-01-19 01:07:35 -0800
commitd8d8dd5ceda475f56a8c6ed2324f2eae94658d3a (patch)
tree0893d9745016c4c94fdc68e2f3493774e092cbe9 /include/nav.php
parent9725dcf41dce7b03828a29b7f6def11ef120a88f (diff)
downloadvolse-hubzilla-d8d8dd5ceda475f56a8c6ed2324f2eae94658d3a.tar.gz
volse-hubzilla-d8d8dd5ceda475f56a8c6ed2324f2eae94658d3a.tar.bz2
volse-hubzilla-d8d8dd5ceda475f56a8c6ed2324f2eae94658d3a.zip
directory services cleanup
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index 644264a92..b65577e0f 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -118,9 +118,9 @@ EOT;
$nav['search'] = array('search', t('Search'), "", t('Search site content'));
- $gdirpath = 'directory';
- $nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));
+ $nav['directory'] = array('directory', t('Channel Directory'), "", t('Channel Locator'));
+
/**
*
@@ -199,6 +199,7 @@ EOT;
'$localuser' => local_user(),
'$sel' => $a->nav_sel,
'$apps' => $a->get_apps(),
+ '$pleasewait' => t('Please wait...')
));
call_hooks('page_header', $a->page['nav']);