web/client.php
changeset 507 7f7fdf4eb06c
parent 489 a543cdb3cc79
child 536 5dd170a735e9
--- a/web/client.php	Mon Feb 13 17:03:07 2012 +0100
+++ b/web/client.php	Mon Feb 13 17:04:35 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