diff options
author | friendica <info@friendica.com> | 2013-08-01 14:31:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-01 14:31:02 -0700 |
commit | 005f2cbda1f0678a4e2bafa674aa0ba7507e562d (patch) | |
tree | cf2954c7ad9bdb95e4ba7302594fa096404e5ce7 /mod/connections.php | |
parent | 2a848c0d3704ac7a4dbce71947c5cb1b362dd749 (diff) | |
parent | 47de80ead428934fd6cba7894dd3119017ae6379 (diff) | |
download | volse-hubzilla-005f2cbda1f0678a4e2bafa674aa0ba7507e562d.tar.gz volse-hubzilla-005f2cbda1f0678a4e2bafa674aa0ba7507e562d.tar.bz2 volse-hubzilla-005f2cbda1f0678a4e2bafa674aa0ba7507e562d.zip |
Merge pull request #85 from git-marijus/master
make "selected" class work on all navigation menu items
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 88291ba8d..2ba65fc0e 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -159,7 +159,7 @@ function connections_content(&$a) { $sort_type = 0; $o = ''; - nav_set_selected('connections'); + nav_set_selected('intros'); if(! local_user()) { |