equal
deleted
inserted
replaced
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 ?> |