X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fcarnet.php;h=56f05801277ba1b3c2c85a62438a346514f0de34;hb=46f272feb613c57febf40a0f7bf6a721e439b73b;hp=277e2dcefc2df3dea09213c1c19b054a6203e628;hpb=1610f13adfdd3cadd5fba359973b8e04afc1e527;p=platal.git diff --git a/modules/carnet.php b/modules/carnet.php index 277e2dc..56f0580 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -56,7 +56,7 @@ class CarnetModule extends PLModule function handler_index(&$page) { $page->changeTpl('carnet/index.tpl'); - $page->setTitle('Polytechnique.org - Mon carnet'); + $page->setTitle('Mon carnet'); $this->_add_rss_link($page); } @@ -202,7 +202,7 @@ class CarnetModule extends PLModule function handler_contacts(&$page, $action = null, $subaction = null, $ssaction = null) { - $page->setTitle('Polytechnique.org - Mes contacts'); + $page->setTitle('Mes contacts'); $this->_add_rss_link($page); $uid = S::v('uid'); @@ -267,7 +267,7 @@ class CarnetModule extends PLModule $base = 'carnet/contacts'; $view = new UserSet("INNER JOIN contacts AS c2 ON (u.user_id = c2.contact)", " c2.uid = $uid "); } - $view->addMod('minifiche', 'Mini-Fiches', true); + $view->addMod('minifiche', 'Mini-fiches', true); $view->addMod('trombi', 'Trombinoscope', false, array('with_admin' => false, 'with_promo' => true)); $view->addMod('geoloc', 'Planisphère', false, array('with_annu' => 'carnet/contacts/search')); $view->apply($base, $page, $action, $subaction);