Joomla Identify URLS


Identify URLS

$u =& JURI::getInstance();

//Get Joomla URL root
$u->root();

//Get Joomla Current URL
$u->current() ;

//Current App path
$u->getPath();