This commit is contained in:
Olivier Migeot
2013-09-18 12:11:46 +02:00
parent b0a4f1b30a
commit 98e87b2149
2 changed files with 8 additions and 8 deletions

View File

@@ -235,5 +235,5 @@ function nav_set_selected($item){
'manage' => null,
'register' => null,
);
$a->nav_sel[$item] = 'selected';
$a->nav_sel[$item] = 'active';
}