init_setting = true; $discuz->init(); $body = ''; $style = 'body { background: transparent; color: '.$_G['style']['tabletext'].'; font: '.$_G['style']['fontsize'].' '.$_G['style']['font'].'; margin:0; }'. 'a { color: '.$_G['style']['link'].'; text-decoration: none; } a:hover { text-decoration: underline; }'; if($_G['setting']['connect']['like_allow'] && $_G['setting']['connect']['like_url']) { $style .= '#txQZ { border: medium none; float: left; height:21px; margin-top: 4px; overflow: hidden; width: 110px; }'. '.vm { vertical-align: middle; }'; $body .= ''; } if($_G['setting']['connect']['turl_allow'] && $_G['setting']['connect']['turl_code']) { $style .= '#txWB_W1 { background: url("../../static/image/common/weibo.png") no-repeat scroll 0 50% transparent; float: left; line-height: 28px; padding: 0 5px 0 20px; }'. '#txWB_W1 img { display: none; }'. '#txWB_W1 b { font-weight: 400; }'. '#txWB_W1 a { color: '.$_G['style']['highlightlink'].'; }'; $body .= $_G['setting']['connect']['turl_code']; } if($style && $body) { echo ''.$body.''; }