aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorOlivier Migeot <olivier+github@migeot.org>2013-09-18 12:11:46 +0200
committerOlivier Migeot <olivier+github@migeot.org>2013-09-18 12:11:46 +0200
commit98e87b2149cec4179bf8d6677a600e8f7564402e (patch)
treec4df5c0c626bd4df016942342e38c41e7020d3eb /include/nav.php
parentb0a4f1b30ab9bf5de2182b475ab5639f63a8e53f (diff)
downloadvolse-hubzilla-98e87b2149cec4179bf8d6677a600e8f7564402e.tar.gz
volse-hubzilla-98e87b2149cec4179bf8d6677a600e8f7564402e.tar.bz2
volse-hubzilla-98e87b2149cec4179bf8d6677a600e8f7564402e.zip
Changed CSS class "selected" to "active" in navbar, according to https://abcentric.net/display/f17b319c6d4b616a0d0a639e177969c6ae084248f1ee2bec9d8147c9291bf495@abcentric.net
Diffstat (limited to 'include/nav.php')
-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';
}