diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/client.php --- 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