Conseguir la ruta absoluta de un URL en Joomla
<?php $uri = & JFactory::getURI(); $absolute_url = $uri->toString(); echo $absolute_url; ?>