winpeace
11-21-2006, 09:54 AM
I add last messages smf forum in joomla with this code.But I want o add symbol head of messages (like the image)
http://img205.imageshack.us/img205/5205/oik0.gif
<?php
$topics = ssi_recentTopics(8, null, 'array');
foreach($topics AS $topic)
{
echo $topic['link'] . '<br />';
}
?>
http://img205.imageshack.us/img205/5205/oik0.gif
<?php
$topics = ssi_recentTopics(8, null, 'array');
foreach($topics AS $topic)
{
echo $topic['link'] . '<br />';
}
?>