Does anyone know how can I get the path and URL of the Joomla installation relative to the document root and site domain? I am looking for the WordPress correspondent of WP_CONTENT_DIR and WP_CONTENT_URL.
Thanks all,
Bogdan
I managed to find that part of the URL using this piece of code: $installation_dir_in_url = substr(str_replace(DS, '/', JPATH_SITE), strlen($_SERVER['DOCUMENT_ROOT']));
Is this what you need:
Also check this Joomla documentations out http://docs.joomla.org/JURI