Adam 2009-01-30
Documentation » CMScms_get_path
Returns path or full URL to current node or specified components
string cms_get_path( [string $action = true, bool $components = false, string $full = false, string $add_slash = false] )
Parameters
- string $action Action (or part specified with #partname)
- bool $components FALSE to use current node components
- string $full Whether return full path with server (port)
- string $add_slash Add slash at the end of URL if doesn't exists already
Returns
- string Path or full URL
Last edited 2009-02-24 16:40:27
