[Openfirst-cvscommit] members profile.php,1.6,1.7
Brought to you by:
xtimg
From: <xt...@us...> - 2003-07-23 22:20:25
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv11454 Modified Files: profile.php Log Message: Add e-mail address icon to profile Index: profile.php =================================================================== RCS file: /cvsroot/openfirst/members/profile.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** profile.php 28 Jun 2003 03:01:25 -0000 1.6 --- profile.php 23 Jul 2003 22:20:15 -0000 1.7 *************** *** 79,83 **** <h3>Contact Information</h3> <p> ! E-mail address: <a href='mailto: $q->email'>$q->email</a> <br /><img src='icq.png' alt='I Seek You (ICQ) Number' />: $q->icq "); --- 79,83 ---- <h3>Contact Information</h3> <p> ! <img src='email.png' alt='E-mail address' />: <a href='mailto: $q->email'>$q->email</a> <br /><img src='icq.png' alt='I Seek You (ICQ) Number' />: $q->icq "); *************** *** 136,138 **** } } ! include($footer); ?> \ No newline at end of file --- 136,138 ---- } } ! include($footer); ?> |