PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
get base URI for PostNuke
pnGetBaseURI() returns the base URI of PostNuke.
This function returns the base URI of PostNuke.
URI is the path part of an URL, for instance in the URL 'http://www.postnuke.com/stuff/index.php' the URI would be '/stuff/index.php'.
// get base URI
$path = pnGetBaseURI();
Previous |
Next |