Lightroom 3 is out »

Path to Joomla Template

Sometimes you need to determine the path to your Joomla template, especially when you need it for the src attribute of the img tag. You can retrieve the path to the Joomla template by ...

<?php echo $baseurl->templateurl(); ?>

And use it in this way ...

<img src="<?php echo $baseurl->templateurl(); ?>/images/yourimage.gif" />