Use the new 'display name' field for members.php

This commit is contained in:
Jeff Teunissen 2007-03-16 17:18:09 +00:00
parent 8260ad0ffd
commit 23505842f1

View file

@ -5,7 +5,7 @@
require "parts/preamble.php"; // Load most of document
?>
<H2>Welcome to Developer Central, <?=ucfirst($REMOTE_USER)?>!</H2>
<H2>Welcome to Developer Central, <?=$userInfo['u_displayname']?>!</H2>
<P>This is the area for developers to post news, edit your user information,
check on the server(s), and so on. Members with Admin-level access can modify
news items here as well.</P>