web/client.php
changeset 489 a543cdb3cc79
parent 458 a12229c45a6f
child 536 5dd170a735e9
equal deleted inserted replaced
488:395108b6cf1b 489:a543cdb3cc79
    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 
    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 
       
    44 include dirname(__FILE__).'/client_new.php'
    43 
    45 
    44 ?>
    46 ?>