aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-18 04:07:06 -0700
committerfriendica <info@friendica.com>2013-09-18 04:07:06 -0700
commite06b4c6dfc0b3419f35dd8d42770d1c983523830 (patch)
treee3d90a1c51231a1fb91c229e6aa8381fe5f92944 /include
parent9d49f2a47bda2d01b0d08327d12e44ce3d5afb43 (diff)
parent90b22bff38380dcfbd25fa5c3119c8df1ed4478d (diff)
downloadvolse-hubzilla-e06b4c6dfc0b3419f35dd8d42770d1c983523830.tar.gz
volse-hubzilla-e06b4c6dfc0b3419f35dd8d42770d1c983523830.tar.bz2
volse-hubzilla-e06b4c6dfc0b3419f35dd8d42770d1c983523830.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index dd11f10d5..812c90537 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -235,5 +235,5 @@ function nav_set_selected($item){
'manage' => null,
'register' => null,
);
- $a->nav_sel[$item] = 'selected';
+ $a->nav_sel[$item] = 'active';
}