[Phpfreechat-svn] SF.net SVN: phpfreechat: [1191] trunk/themes/default/chat.html.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-09-21 16:32:28
|
Revision: 1191 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1191&view=rev Author: kerphi Date: 2007-09-21 08:33:56 -0700 (Fri, 21 Sep 2007) Log Message: ----------- change the logo by the png one Modified Paths: -------------- trunk/themes/default/chat.html.tpl.php Modified: trunk/themes/default/chat.html.tpl.php =================================================================== --- trunk/themes/default/chat.html.tpl.php 2007-09-20 16:15:49 UTC (rev 1190) +++ trunk/themes/default/chat.html.tpl.php 2007-09-21 15:33:56 UTC (rev 1191) @@ -44,7 +44,7 @@ <?php if ($display_pfc_logo) { ?> <a href="http://www.phpfreechat.net" id="pfc_logo"<?php if($openlinknewwindow) echo ' onclick="window.open(this.href,\'_blank\');return false;"'; ?>> - <img src="http://www.phpfreechat.net/pub/logo2_80x15.gif" + <img src="http://www.phpfreechat.net/pub/logo2_80x15.png" width="80" height="15" alt="<?php echo _pfc("PHP FREE CHAT [powered by phpFreeChat-%s]", $version); ?>" title="<?php echo _pfc("PHP FREE CHAT [powered by phpFreeChat-%s]", $version); ?>" /> </a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |