i'm trying to get an image to display in the cupcake forum and it is not displaying. Only the alt is showing up. Can someone tell me on what i'm doing wrong? My code:
<?php echo $html->image('/forum/vendors/img/goto.png', array('alt' => 'goto', 'url' => array('controller' => 'topics', 'action' => 'view', $category['lastTopic_id'], 'page' => $category['LastTopic']['page_count'], '#' => 'post_'. $category['lastPost_id']))); ?>
thank you.