disable it temporarily
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Thu, 28 Apr 2005 15:12:39 +0000 (15:12 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:49 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-608

include/xnet/page.inc.php

index cf5c653..d95e8b9 100644 (file)
@@ -77,8 +77,10 @@ class XnetPage extends PlatalPage
             if ($globals->asso('mail_domain')) {
                 $sub['listes de diffusion'] = "$dim/listes.php";
             }
-            $sub['evenement'] = "$dim/evenement.php";
-            $sub['carnet'] = "$dim/carnet.php";
+            if (false) {
+                $sub['evenement'] = "$dim/evenement.php";
+                $sub['carnet'] = "$dim/carnet.php";
+            }
             $sub['telepaiement'] = "$dim/telepaiement.php";
 
             $menu[$globals->asso('nom')] = $sub;