From dc322c4e905ee5d33844d2b5f7c272d643048365 Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Wed, 28 Sep 2005 06:53:45 +0000 Subject: [PATCH] url => rel git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@63 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/notifs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !"; -- 2.1.4