[Phpfreechat-svn] SF.net SVN: phpfreechat: [1127] trunk/index.php
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-16 17:46:49
|
Revision: 1127 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1127&view=rev Author: gpinzone Date: 2007-08-16 10:46:48 -0700 (Thu, 16 Aug 2007) Log Message: ----------- Fixed SourceForge image height and width parameters. Modified Paths: -------------- trunk/index.php Modified: trunk/index.php =================================================================== --- trunk/index.php 2007-08-16 13:04:48 UTC (rev 1126) +++ trunk/index.php 2007-08-16 17:46:48 UTC (rev 1127) @@ -95,7 +95,7 @@ </ul> <p class="partner"> <a href="http://www.phpfreechat.net"><img alt="phpfreechat.net" src="style/logo_88x31.gif" /></a><br/> - <a href="http://sourceforge.net/projects/phpfreechat"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=158880&type=1" alt="SourceForge.net Logo" height="31px" width="88px" /></a><br/><br/> + <a href="http://sourceforge.net/projects/phpfreechat"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=158880&type=1" alt="SourceForge.net Logo" height="31" width="88" /></a><br/><br/> <a href="http://www.hotscripts.com/?RID=N452772">hotscripts.com</a><br/> <a href="http://www.jeu-gratuit.net/">jeu-gratuit.net</a><br/> <a href="http://www.pronofun.com/">pronofun.com</a><br/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |