Joomla 2.5 not work
- Code: Select all
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/IMAGE_NAME.jpg" border="0" alt="ALT. TEXT" width="100" height="100" />
Joomla 1.5 work.
- Code: Select all
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/images/IMAGE_NAME.jpg" border="0" alt="ALT. TEXT" width="100" height="100" />