From bac2d1620ca39a85edffde6e59ad7de50dae178f Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 24 Jun 2010 14:05:21 +0200 Subject: [PATCH] =?utf8?q?'Emploi=20&=20Carri=C3=A8res'=20page=20is=20now?= =?utf8?q?=20accessible=20via=20/jobs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Florent Bruneau --- modules/profile.php | 1 + templates/skin/common.menu.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/profile.php b/modules/profile.php index e1bc64b..0431923 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -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), diff --git a/templates/skin/common.menu.tpl b/templates/skin/common.menu.tpl index f94473b..2ab77f8 100644 --- a/templates/skin/common.menu.tpl +++ b/templates/skin/common.menu.tpl @@ -65,7 +65,7 @@ - + -- 2.1.4