0 Members and 1 Guest are viewing this topic.
$attachments = ssi_recentAttachments(10, array('jpg', 'png', 'gif', 'bmp'), 'array');foreach ($attachments as $item){ echo '<div style="float:left;margin-right:5px">'; echo ' <a href="',$item['topic']['href'],'"><img src="',$item['file']['image']['href'],'" width="100" height="" alt="',$item['file']['filename'],'" /></a><br />'; echo '</div>';}echo '<div style="clear: both;" /></div>';