From: x2000coic Date: Sun, 5 Sep 2004 20:27:57 +0000 (+0000) Subject: Change the title of fiche.php to reflect the user's name X-Git-Tag: xorg/old~1571 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=73b0f73d956a9668e24e1289f8be3fb6ab143e32;p=platal.git Change the title of fiche.php to reflect the user's name --- diff --git a/htdocs/fiche.php b/htdocs/fiche.php index 82f7ec1..18d33f6 100644 --- a/htdocs/fiche.php +++ b/htdocs/fiche.php @@ -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);