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