Skip to content

Instantly share code, notes, and snippets.

@sergiois
Last active December 22, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiois/6417450 to your computer and use it in GitHub Desktop.
Save sergiois/6417450 to your computer and use it in GitHub Desktop.
Conseguir la ruta absoluta de un URL en Joomla
<?php
$uri = & JFactory::getURI();
$absolute_url = $uri->toString();
echo $absolute_url;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment