From: x2001corpet Date: Wed, 28 Sep 2005 06:53:45 +0000 (+0000) Subject: url => rel X-Git-Tag: xorg/0.9.9~140 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dc322c4e905ee5d33844d2b5f7c272d643048365;p=platal.git url => rel git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@63 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/notifs.inc.php b/include/notifs.inc.php index b27d4d5..ab40e9f 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -146,7 +146,7 @@ function getNbNotifs() { $res = select_notifs(false, $uid, $watchlast, false); $n = $res->numRows(); $res->free(); - $url = smarty_modifier_url('carnet/panel.php'); + $url = $globals->baseurl."/carnet/panel.php"; if($n==0) { return; } if($n==1) { return "1 évènement !"; } return "$n évènements !";