Replace & by &
This commit is contained in:
parent
2b4d773f66
commit
b5dfe4c790
@ -96,7 +96,7 @@ class MenuTop {
|
|||||||
else {
|
else {
|
||||||
$id="";
|
$id="";
|
||||||
}
|
}
|
||||||
print '<td class="tmenu"><a class="tmenu" '.($id?'id="'.$id.'" ':'').'href="'.DOL_URL_ROOT.'/index.php?mainmenu=home&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Home").'</a></td>';
|
print '<td class="tmenu"><a class="tmenu" '.($id?'id="'.$id.'" ':'').'href="'.DOL_URL_ROOT.'/index.php?mainmenu=home&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Home").'</a></td>';
|
||||||
|
|
||||||
// Adherent
|
// Adherent
|
||||||
if ($conf->adherent->enabled && $user->rights->adherent->lire)
|
if ($conf->adherent->enabled && $user->rights->adherent->lire)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user