# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1324371435 -3600 # Node ID a12229c45a6f08d39eb8aadc0b6ca02f16323308 # Parent 420dde9a11576cf4550eb6d1c6ed29b8307c6436 Correct shuron bad commit diff -r 420dde9a1157 -r a12229c45a6f web/client.php --- a/web/client.php Tue Dec 20 09:52:45 2011 +0100 +++ b/web/client.php Tue Dec 20 09:57:15 2011 +0100 @@ -38,9 +38,7 @@ if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); } -if(!isset($_REQUEST["embed"])){ - include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' ) -}else{ - include dirname(__FILE__). ('/client_new_embed.php') -} + +include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' ) + ?> \ No newline at end of file