'Emploi & Carrières' page is now accessible via /jobs.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 24 Jun 2010 12:05:21 +0000 (14:05 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 24 Jun 2010 12:35:45 +0000 (14:35 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/profile.php
templates/skin/common.menu.tpl

index e1bc64b..0431923 100644 (file)
@@ -51,6 +51,7 @@ class ProfileModule extends PLModule
 
             'referent'                   => $this->make_hook('referent',                   AUTH_COOKIE),
             'emploi'                     => $this->make_hook('ref_search',                 AUTH_COOKIE),
+            'jobs'                       => $this->make_hook('ref_search',                 AUTH_COOKIE),
             'referent/search'            => $this->make_hook('ref_search',                 AUTH_COOKIE),
             'referent/ssect'             => $this->make_hook('ref_sect',                   AUTH_COOKIE, 'user', NO_AUTH),
             'referent/country'           => $this->make_hook('ref_country',                AUTH_COOKIE, 'user', NO_AUTH),
index f94473b..2ab77f8 100644 (file)
@@ -65,7 +65,7 @@
 
 <div class="menu_title">Communauté X</div>
 <div class="menu_item"><a href="search">Annuaire</a></div>
-<div class="menu_item"><a href="emploi">Emploi &amp; Carrières</a></div>
+<div class="menu_item"><a href="jobs">Emploi &amp; Carrières</a></div>
 <div class="menu_item"><a href="groupes-x">Mes groupes X</a></div>
 <div class="menu_item"><a href="survey">Sondages</a></div>