From: x2000habouzit Date: Tue, 10 Feb 2004 17:19:06 +0000 (+0000) Subject: simplifications X-Git-Tag: xorg/old~1878 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2e3408d6a6edf84edb2b431e15b632dbbf9c3980;p=platal.git simplifications --- diff --git a/configs/login.conf.php b/configs/login.conf.php index 54ef765..d3c3ae2 100644 --- a/configs/login.conf.php +++ b/configs/login.conf.php @@ -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 !!" diff --git a/configs/menu.conf.php b/configs/menu.conf.php index 0bfa957..9ac027f 100644 --- a/configs/menu.conf.php +++ b/configs/menu.conf.php @@ -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' ); }