ohh i'm so sorry i totaly forgot about this :d
Try this code below...
// Share this topic - SMF Mod
$share_this_topic = 1;
if (isset($modSettings['share_this_topic']) && $modSettings['share_this_topic'] == 1)
echo'
<br /><div class="tborder" style="margin-top: 0;">
<div class="catbg" style="padding: 6px; vertical-align: middle; text-align: left; ">
<a href="#" onclick="shrinkHeaderIC(!current_header_ic); return false;"><img id="upshrink_ic" src="', $settings['images_url'], '/', empty($options['collapse_header_ic']) ? 'collapse.gif' : 'expand.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin-right: 2ex;" align="right" /></a>
',$txt['stt_1'],'
</div>
<div id="upshrinkHeaderIC"', empty($options['collapse_header_ic']) ? '' : ' style="display: none;"', '>
<table class="windowbg2" width="100%">
<tr>
<td width="13%" style="padding:5px;">', $txt['stt_2'] ,'</td>
<td><textarea style="overflow:hidden;padding:0;margin:0;" readonly="readonly" rows="2" cols="50" onclick="this.select();" title="', $txt['stt_t_1'] ,'">
[url=' . $scripturl . '?topic=' . $context['current_topic'] .'.0]', $context['subject'], '[/url]
</textarea></td>
</tr>
<tr>
<td width="13%" style="padding:5px;">', $txt['stt_3'] ,'</td>
<td><textarea style="overflow:hidden;padding:0;margin:0;" readonly="readonly" rows="2" cols="50" onclick="this.select();" title="', $txt['stt_t_2'] ,'">
<a href="' . $scripturl . '?topic=' . $context['current_topic'] .'.0">', $context['subject'], '</a>
</textarea></td>
</tr>
</table>
</div>
</div>';
// Share this topic - SMF Mod
$share_this_topic = 1;
if (isset($modSettings['share_this_topic']) && $modSettings['share_this_topic'] == 1)
echo'
<br /><div class="tborder" style="margin-top: 0;">
<div class="catbg" style="padding: 6px; vertical-align: middle; text-align: left; ">
<a href="#" onclick="shrinkHeaderIC(!current_header_ic); return false;"><img id="upshrink_ic" src="', $settings['images_url'], '/', empty($options['collapse_header_ic']) ? 'collapse.gif' : 'expand.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin-right: 2ex;" align="right" /></a>
<center>',$txt['stt_1'],'</center>
</div>
<div id="upshrinkHeaderIC"', empty($options['collapse_header_ic']) ? '' : ' style="display: none;"', '>
<table class="windowbg2" width="100%">
<tr>
<td width="30%" style="padding: 5px;" align="right">', $txt['stt_2'] ,'</td>
<td width="50%"><textarea style="overflow:hidden;padding:0;margin:0;" readonly="readonly" rows="2" cols="50" onclick="this.select();" title="', $txt['stt_t_1'] ,'">
[url=' . $scripturl . '?topic=' . $context['current_topic'] .'.0]', $context['subject'], '[/url]
</textarea></td>
</tr>
<tr>
<td width="30%" style="padding: 5px;" align="right">', $txt['stt_3'] ,'</td>
<td width="50%"><textarea style="overflow:hidden;padding:0;margin:0;" readonly="readonly" rows="2" cols="50" onclick="this.select();" title="', $txt['stt_t_2'] ,'">
<a href="' . $scripturl . '?topic=' . $context['current_topic'] .'.0">', $context['subject'], '</a>
</textarea></td>
</tr>
</table>
</div>
</div>';