Merge commit 'origin/master' into fusionax
[platal.git] / classes / xnetpage.php
index 77ca8cb..50d86bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2009 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -41,6 +41,8 @@ class XnetPage extends PlPage
             $this->assign('is_admin', may_update());
             $this->assign('is_member', is_member());
         }
+        $this->addJsLink('xorg.js');
+        $this->setTitle('Les associations polytechniciennes');
     }
 
     // }}}
@@ -72,7 +74,7 @@ class XnetPage extends PlPage
         $menu = array();
 
         $sub = array();
-        $sub['liste des groupes'] = 'plan';
+        $sub['tous les groupes'] = 'plan';
         $sub['documentation']     = 'Xnet';
         $sub['signaler un bug']   = array('href' => 'send_bug/'.$_SERVER['REQUEST_URI'], 'class' => 'popup_840x600');
         $menu["no_title"]   = $sub;