Demo Podemos nos topicos do
http://forum.webmastermz.com/index.phpMessageIndex.template.phpPesquisar
if (!empty($settings['seperate_sticky_lock']))
echo '
' , $topic['is_locked'] ? '<img src="' . $settings['images_url'] . '/icons/quick_lock.gif" align="right" alt="" id="lockicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '' , '
' , $topic['is_sticky'] ? '<img src="' . $settings['images_url'] . '/icons/show_sticky.gif" align="right" alt="" id="stickyicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '';
Adicionar por Baixo
echo '
<a href="http://www.facebook.com/sharer.php?u=',$topic['first_post']['href'],'"><img src="', $settings['images_url'], '/topic/facebook.gif" alt="" /></a>
<a href="http://del.icio.us/post?v=4&noui&jump=close&url=', $topic['first_post']['href'], '&title=', $topic['first_post']['subject'], '"><img src="', $settings['images_url'], '/topic/delicious.gif" alt="" /></a>
<a href="http://digg.com/submit?url=',$topic['first_post']['href'],'"><img src="', $settings['images_url'], '/topic/digg.gif" alt="" /></a>
<a href="http://www.google.com/bookmarks/mark?op=add&title=&bkmk=',$topic['first_post']['href'],'&labels=&annotation=', $topic['first_post']['subject'], '"><img src="', $settings['images_url'], '/topic/google.gif" alt="" /></a>';
As imagens estao no anexo....