JOOMLA - JHTML::image() not working correctly
Posted
by numerical25
on Stack Overflow
See other posts from Stack Overflow
or by numerical25
Published on 2010-06-12T16:19:44Z
Indexed on
2010/06/16
11:42 UTC
Read the original article
Hit count: 180
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.
© Stack Overflow or respective owner