From 60d96e002485c53b3889d4a2c2ddc31c7a5df97f Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 22 Aug 2004 21:21:31 +0000 Subject: [PATCH] fix a lot of broken links. please clear your cache to use the commit --- configs/menu.conf.php | 39 +++++++++++++++++++-------------------- plugins/modifier.url.php | 14 ++++++++------ 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/configs/menu.conf.php b/configs/menu.conf.php index 7afecee..02d215b 100644 --- a/configs/menu.conf.php +++ b/configs/menu.conf.php @@ -11,24 +11,23 @@ if(logged()) { 'Mes préférences' => 'preferences.php' ), 'Services' => Array ( - 'Envoyer un mail' => '###url###' , - 'Forums & PA' => '###url###' , + 'Envoyer un mail' => 'sendmail.php' , + 'Forums & PA' => 'banana/' , 'Listes de diffusion' => '###url###' , - 'Micropaiements' => '###url###' , + 'Micropaiements' => 'paiement/' , 'Patte cassée' => 'pattecassee.php' , - 'Sondages' => '###url###' ), 'Communauté X' => Array ( - 'Annuaire' => '###url###', - 'Trombi promo' => '###url###', - 'Groupes X' => '###url###', - 'Sites Polytechniciens' => '###url###' + 'Annuaire' => 'search.php', + 'Trombi promo' => 'trombipromo.php', + 'Groupes X' => 'http://www.polytechnique.net/plan.php', + 'Sites Polytechniciens' => 'http://www.polytechnique.net/' ), 'Informations' => Array ( - 'Lettres mensuelles' => '###url###', + 'Lettres mensuelles' => 'newsletter.php', 'Documentations' => 'docs/', 'Nous contacter ' => "docs/contacts.php", - 'Emploi' => '###url###' + 'Emploi' => 'http://www.manageurs.com/' ) ); @@ -38,26 +37,26 @@ if(logged()) { if(has_perms()) { $menu['***'] = Array ( - 'Marketing' => '###url###', - 'Administration' => '###url###', + 'Marketing' => 'marketing/', + 'Administration' => 'admin/', 'Clear cache' => 'clear_all_cache.php' ); } } else { $menu = Array( 'Polytechniciens' => Array( - 'Me connecter !' => "login.php", - 'M\'inscrire' => "###url###" + 'Me connecter !' => 'login.php', + 'M\'inscrire' => 'inscrire.php' ), 'Visiteurs' => Array( - 'Annuaire de l\'X' => "###url###", - 'Associations X' => "###url###", - 'Recrutement' => "###url###" + 'Annuaire de l\'X' => 'search.php?public_directory=1', + 'Associations X' => 'http://www.polytechnique.net/', + 'Recrutement' => 'http://www.manageurs.com/' ), 'Informations' => Array( - 'A propos du site' => "docs/apropos.php", - 'Nous contacter ' => "docs/contacts.php", - 'FAQ' => "###url###" + 'A propos du site' => 'docs/apropos.php', + 'Nous contacter ' => 'docs/contacts.php', + 'FAQ' => 'docs/faq.php' ) ); } diff --git a/plugins/modifier.url.php b/plugins/modifier.url.php index f111a54..4ec32d2 100644 --- a/plugins/modifier.url.php +++ b/plugins/modifier.url.php @@ -1,11 +1,13 @@ -- 2.1.4