Bugfix pour la partie telephonie la bouton Accueil restait slectionn
This commit is contained in:
parent
c391bed02f
commit
e99b699b42
@ -85,7 +85,7 @@ class MenuTop {
|
||||
$id="sel";
|
||||
}
|
||||
|
||||
if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|projet)\/",$_SERVER["PHP_SELF"])) {
|
||||
if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|telephonie|projet)\/",$_SERVER["PHP_SELF"])) {
|
||||
$id="sel";
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user