Task #1807: Boutons indistincts – thème 7 classic

This commit is contained in:
sparkyx 2021-05-09 09:57:15 +02:00
parent 581940306e
commit 83307eb5de
7 changed files with 149 additions and 100 deletions

View file

@ -101,7 +101,7 @@ function MenuAdmin()
);
}
$menu=ShowItem($item,'H',"mtitle","mtitle",$def);
$menu=ShowItem($item,'H',"nav-item","nav-link",$def,'nav nav-pills nav-fill ');
return $menu;
}