echo '<a href="', $topic['first_post']['href'], '"><img src="', $image['url'], '" width="', $image['width'], '" height="', $image['height'], '" alt="" /></a>';
echo '<a href="', $topic['first_post']['href'], '"><img src="', $image['url'], '" width="100" alt="" /></a>';
| |||||
|