web/client.php
changeset 489 a543cdb3cc79
parent 458 a12229c45a6f
child 536 5dd170a735e9
--- a/web/client.php	Thu Jan 19 18:36:38 2012 +0100
+++ b/web/client.php	Fri Jan 20 13:01:01 2012 +0100
@@ -39,6 +39,8 @@
     $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo');
 }
 
-include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' )
+// include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' )
+
+include dirname(__FILE__).'/client_new.php'
 
 ?>
\ No newline at end of file