<?php
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow2" align="center"><strong>{$thread['views']} <img src="{$theme['imgdir']}/vistas.png" alt="" title="" /><br /><span style="color: #666; font-weight: bold;">VISITAS</span></strong></td>
<td class="trow2" align="center"><strong><a href="javascript:MyBB.whoPosted({$post['tid']});">{$thread['replies']}</a> <img src="{$theme['imgdir']}/forum.png" alt="" title="" /><br /><span style="color: #666; font-weight: bold;">MENSAJES</span></strong></td>
<td class="trow2" align="center" valign="middle" style="width: auto;">Compartir:<br />
<a href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}&t={$thread['subject']}" /><img src="images/socialicons/facebook.png" alt="" ></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/linkedin.png" alt="" /></a>
<a href="http://twitter.com/?status={$thread['subject']}+//+{$mybb->settings['bburl']}/showthread.php?tid={$tid}" ><img src="images/socialicons/twitter.png" alt="" /></a>
<a href="http://digg.com/submit?phase=2&url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/digg.png" alt="" /></a>
<a href="http://www.myspace.com/Modules/PostTo/Pages/?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}&t={$thread['subject']}" ><img src="images/socialicons/myspace.png" alt="" /></a>
<a href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/delicious.png" alt="" /></a>
<a href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/stumbleupon.png" alt="" /></a>
</td>
<td class="trow2"><strong><span style="color: #666; font-weight: bold;">AUTOR:</strong></span> <a href="member.php?action=profile&uid={$thread['uid']}">{$thread['username']}</a><br /><strong><span style="color: #666; font-weight: bold;">CATEGORIA: </strong></span><a href="forumdisplay.php?fid={$fid}">{$forum['name']}</a></td>
</tr>
</table>