From: x2003bruneau Date: Sun, 9 Jul 2006 16:24:06 +0000 (+0000) Subject: Fix link to user in headers X-Git-Tag: xorg/0.9.11~489 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;ds=sidebyside;h=6aa9d0c4df05129b52acf69a2535b931592fe4c7;p=platal.git Fix link to user in headers git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@407 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/banana.inc.php b/include/banana.inc.php index c48d173..657f235 100644 --- a/include/banana.inc.php +++ b/include/banana.inc.php @@ -22,8 +22,10 @@ require_once('banana/banana.inc.php'); function hook_formatDisplayHeader($_header,$_text) { + global $globals; if ($_header == 'x-org-id') { - return "$_text [fiche]"; + return $_text . ' [fiche]'; } }