From: x2000habouzit Date: Tue, 23 Nov 2004 22:50:29 +0000 (+0000) Subject: bugfix X-Git-Tag: xorg/old~817 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d350f004be9829eddd38f08a22fdf891d2fdeda3;p=platal.git bugfix --- diff --git a/include/conf.d/tmp.menu.inc.php b/include/conf.d/tmp.menu.inc.php index 0f3ae17..7029248 100644 --- a/include/conf.d/tmp.menu.inc.php +++ b/include/conf.d/tmp.menu.inc.php @@ -3,7 +3,7 @@ $this->addPrivateEntry(XOM_NO, 10, 'Page d\'accueil', 'login.php'); $this->addPrivateEntry(XOM_CUSTOM, 00, 'Mes emails', 'emails.php'); $this->addPrivateEntry(XOM_CUSTOM, 10, 'Mon profil', 'profil.php'); -$this->addPrivateEntry(XOM_CUSTOM, 20, 'Mes contacts', 'profil.php'); +$this->addPrivateEntry(XOM_CUSTOM, 20, 'Mes contacts', 'carnet/mescontacts.php'); $this->addPrivateEntry(XOM_CUSTOM, 30, 'Mon carnet', 'carnet/'); $this->addPrivateEntry(XOM_CUSTOM, 40, 'Mon mot de passe', 'motdepassemd5.php'); $this->addPrivateEntry(XOM_CUSTOM, 50, 'Mes préférences', 'preferences.php');