From: x2003bruneau Date: Sat, 25 Nov 2006 11:21:17 +0000 (+0000) Subject: Add RSS hook in the contact page X-Git-Tag: xorg/0.9.12~43 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=59a61432ac12d68ef0e4601c95c146d0167dcf1a;p=platal.git Add RSS hook in the contact page git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1155 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/carnet.php b/modules/carnet.php index 73c6930..223b2ab 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -188,6 +188,7 @@ class CarnetModule extends PLModule $page->changeTpl('carnet/mescontacts.tpl'); require_once("applis.func.inc.php"); $page->assign('xorg_title','Polytechnique.org - Mes contacts'); + $this->_add_rss_link($page); $uid = S::v('uid'); $user = Env::v('user');