Bugfix pour la partie telephonie la bouton Accueil restait sélectionné
This commit is contained in:
parent
c391bed02f
commit
e99b699b42
@ -85,7 +85,7 @@ class MenuTop {
|
|||||||
$id="sel";
|
$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";
|
$id="sel";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user