web/client.php
changeset 458 a12229c45a6f
parent 456 53572585324d
child 489 a543cdb3cc79
equal deleted inserted replaced
457:420dde9a1157 458:a12229c45a6f
    36 
    36 
    37 $head_logo = URL_ROOT."$rep/images/head_logo.gif";
    37 $head_logo = URL_ROOT."$rep/images/head_logo.gif";
    38 if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) {
    38 if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) {
    39     $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo');
    39     $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo');
    40 }
    40 }
    41 if(!isset($_REQUEST["embed"])){
    41 
    42 	include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' )
    42 include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' )
    43 }else{
    43 
    44 	include dirname(__FILE__). ('/client_new_embed.php')
       
    45 }
       
    46 ?>
    44 ?>