simplifications
authorx2000habouzit <x2000habouzit>
Tue, 10 Feb 2004 17:19:06 +0000 (17:19 +0000)
committerx2000habouzit <x2000habouzit>
Tue, 10 Feb 2004 17:19:06 +0000 (17:19 +0000)
configs/login.conf.php
configs/menu.conf.php

index 54ef765..d3c3ae2 100644 (file)
@@ -11,7 +11,7 @@ $pub_tjs = array(
 
 // Liens apparaissant de façon aléatoire
 $pub_rnd = array(
-    "newsletter.php?nl_id=$nb"                      => "Afficher la dernière newsletter" ,
+    "newsletter.php?last=1"                      => "Afficher la dernière newsletter" ,
     "http://asso.polytechnique.org\" target=\"new"  => "Vers les autres sites polytechniciens" ,
     "trombipromo.php?xpromo={$_SESSION["promo"]}"   => "Voir le trombi de ma promo" ,
     "banana/"                                       => "Un petit tour du côté des forums !!"
index 0bfa957..9ac027f 100644 (file)
@@ -26,7 +26,7 @@ if(logged()) {
         ),
         'Informations' => Array (
             'Lettres mensuelles' => '###url###',
-            'Documentation' => '###url###',
+            'Documentations' => 'docs/',
             'Nous contacter ' => "docs/contacts.php",
             'Emploi' => '###url###'
         )
@@ -41,7 +41,6 @@ if(logged()) {
             'Marketing' => '###url###',
             'Administration' => '###url###',
             'Trackers' => '###url###',
-            'Documentations' => 'docs/',
             'Clear cache' => 'clear_all_cache.php'
         );
     }