Change the title of fiche.php to reflect the user's name
authorx2000coic <x2000coic>
Sun, 5 Sep 2004 20:27:57 +0000 (20:27 +0000)
committerx2000coic <x2000coic>
Sun, 5 Sep 2004 20:27:57 +0000 (20:27 +0000)
htdocs/fiche.php

index 82f7ec1..18d33f6 100644 (file)
@@ -18,7 +18,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: fiche.php,v 1.9 2004-09-05 17:42:35 x2000habouzit Exp $
+        $Id: fiche.php,v 1.10 2004-09-05 20:27:57 x2000coic Exp $
  ***************************************************************************/
 
 
@@ -84,6 +84,8 @@ $page->assign('mobile', $mobile);
 $page->assign('web', $web);
 $page->assign('libre', $libre);
 
+$page->assign('xorg_title', "$prenom $nom");
+
 // reformatage is_contact
 $is_contact = (bool) $is_contact;
 $page->assign('is_contact', $is_contact);