Début ajout module "Phenix"

This commit is contained in:
Regis Houssin 2007-10-02 18:27:30 +00:00
parent 97f09d8a4e
commit 46c6aab374

View File

@ -330,7 +330,7 @@ class MenuTop {
print '<td class="tmenu"><a '.$class.' href="'.DOL_URL_ROOT.'/webcal/webcal.php?mainmenu=webcal"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Calendar").'</a></td>'; print '<td class="tmenu"><a '.$class.' href="'.DOL_URL_ROOT.'/webcal/webcal.php?mainmenu=webcal"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Calendar").'</a></td>';
} }
// Webcal // Phenix
if ($conf->phenix->enabled) if ($conf->phenix->enabled)
{ {
$langs->load("other"); $langs->load("other");