Environment::getRelPathSite() 

\nn\t3::Environment()->getRelPathSite(); 

Get the relative path to the Typo3 root directory. e.g. ../

\nn\t3::Environment()->getRelPathSite()
Copied!

| @return string

Source Code 

public function getRelPathSite () {
	return \nn\t3::File()->relPath();
}
Copied!