JOOMLA - JHTML::image() not working correctly
- by numerical25
I am trying to call on a image using the JHTML class, but no image appears
I used JIMPORT to import the JHTML class. then I call on the image like so...
<?php echo JHTML::image("images/skating.png",""); ?>
But no image appears. Just curious to know what I am doing wrong.