diff -r 395108b6cf1b -r a543cdb3cc79 web/client.php --- 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