url => rel
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 28 Sep 2005 06:53:45 +0000 (06:53 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 28 Sep 2005 06:53:45 +0000 (06:53 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@63 839d8a87-29fc-0310-9880-83ba4fa771e5

include/notifs.inc.php

index b27d4d5..ab40e9f 100644 (file)
@@ -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 "<a href='$url'>1 évènement !</a>"; }
     return "<a href='$url'>$n évènements !</a>";