[Openfirst-cvscommit] members index.php,1.9,1.10
Brought to you by:
xtimg
From: <xt...@us...> - 2003-11-23 15:45:33
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv26095 Modified Files: index.php Log Message: Make phrasing less awkward. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/members/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.php 1 Nov 2003 18:05:49 -0000 1.9 --- index.php 23 Nov 2003 15:45:30 -0000 1.10 *************** *** 46,50 **** <tr> <td><p> Welcome <b><?php echo("$user->firstname"); ?></b> to the <b><?php echo $title; ?></b> members area.<br> ! You now have access to all the member related back-end and information system.</td> </tr> </table> --- 46,50 ---- <tr> <td><p> Welcome <b><?php echo("$user->firstname"); ?></b> to the <b><?php echo $title; ?></b> members area.<br> ! You now have access to the member related back-end and information system.</td> </tr> </table> |