Page 1 of 1

web relevant path

Posted: Wed Sep 12, 2007 6:19 pm
by sNovak
I'm looking for a Joomla method something similar to

Code: Select all

JPATH_COMPONENT.DS.'anything.php' ;


but instead of returning the file system path, it returns the web relevant path.  Any help would be greatly appreciated..

Thanks in advance!

Re: web relevant path

Posted: Thu Sep 13, 2007 5:01 pm
by jlleblanc
I believe JURI::base() is what you're looking for.