[Phpfreechat-svn] SF.net SVN: phpfreechat: [1160] trunk/src/phpfreechat.class.php
Status: Beta
Brought to you by:
kerphi
|
From: <gpi...@us...> - 2007-08-29 16:16:44
|
Revision: 1160
http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1160&view=rev
Author: gpinzone
Date: 2007-08-29 09:16:46 -0700 (Wed, 29 Aug 2007)
Log Message:
-----------
Added female icons to phpfreechat.class.php. Fixed mistake from last commit.
Modified Paths:
--------------
trunk/src/phpfreechat.class.php
Modified: trunk/src/phpfreechat.class.php
===================================================================
--- trunk/src/phpfreechat.class.php 2007-08-29 14:59:02 UTC (rev 1159)
+++ trunk/src/phpfreechat.class.php 2007-08-29 16:16:46 UTC (rev 1160)
@@ -476,6 +476,8 @@
'images/pv-active.gif',
'images/user.gif',
'images/user-me.gif',
+ 'images/user_female.gif',
+ 'images/user_female-me.gif',
'images/color-on.gif',
'images/color-off.gif',
'images/clock-on.gif',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|