diff options
author | friendica <info@friendica.com> | 2013-09-18 04:07:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-18 04:07:06 -0700 |
commit | e06b4c6dfc0b3419f35dd8d42770d1c983523830 (patch) | |
tree | e3d90a1c51231a1fb91c229e6aa8381fe5f92944 /include | |
parent | 9d49f2a47bda2d01b0d08327d12e44ce3d5afb43 (diff) | |
parent | 90b22bff38380dcfbd25fa5c3119c8df1ed4478d (diff) | |
download | volse-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.php | 2 |
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'; } |