aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-01 20:10:03 -0700
committerfriendica <info@friendica.com>2013-08-01 20:10:03 -0700
commit852f102ba358b9b6997907b75710f3511a0322ac (patch)
tree7eaf5ba17f55c54e5add5e3787c072df4fb94008 /mod
parent27b4127f30cc40c4900298952db34ffd0e05cd2e (diff)
downloadvolse-hubzilla-852f102ba358b9b6997907b75710f3511a0322ac.tar.gz
volse-hubzilla-852f102ba358b9b6997907b75710f3511a0322ac.tar.bz2
volse-hubzilla-852f102ba358b9b6997907b75710f3511a0322ac.zip
minor - change nav_set_selected() to only highlight intros if on that particular connections page and not for any connections page.
Diffstat (limited to 'mod')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 2ba65fc0e..9321676c5 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -159,7 +159,6 @@ function connections_content(&$a) {
$sort_type = 0;
$o = '';
- nav_set_selected('intros');
if(! local_user()) {
@@ -511,6 +510,7 @@ function connections_content(&$a) {
$search_flags = ABOOK_FLAG_PENDING;
$head = t('New');
$pending = true;
+ nav_set_selected('intros');
break;
case 'all':