[Phpfreechat-svn] SF.net SVN: phpfreechat: [555] trunk/src/phpfreechat.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-08 19:33:14
|
Revision: 555 Author: kerphi Date: 2006-06-08 12:33:09 -0700 (Thu, 08 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=555&view=rev Log Message: ----------- remove unused code Modified Paths: -------------- trunk/src/phpfreechat.class.php Modified: trunk/src/phpfreechat.class.php =================================================================== --- trunk/src/phpfreechat.class.php 2006-06-08 19:32:39 UTC (rev 554) +++ trunk/src/phpfreechat.class.php 2006-06-08 19:33:09 UTC (rev 555) @@ -201,9 +201,6 @@ // output css pfcI18N::SwitchOutputEncoding(); $output = "<style type=\"text/css\">\n".$output."\n</style>\n"; - - // tabpane - $output .= '<link id="luna-tab-style-sheet" type="text/css" rel="stylesheet" href="'.$c->data_public_url.'/tabpane/css/luna/tab.css" />'; if($return) return $output; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |