JPATH_ADMINISTRATOR = JPATH_ROOT.'/administrator'
(line 21)
JPATH_CACHE = JPATH_ROOT.'/cache'
(line 26)
JPATH_CONFIGURATION = JPATH_ROOT
(line 20)
JPATH_INSTALLATION = JPATH_ROOT.'/installation'
(line 24)
JPATH_LIBRARIES = JPATH_ROOT.'/libraries'
(line 22)
JPATH_MANIFESTS = JPATH_ADMINISTRATOR.'/manifests'
(line 27)
JPATH_PLUGINS = JPATH_ROOT.'/plugins'
(line 23)
JPATH_ROOT = implode(DIRECTORY_SEPARATOR,$parts)
(line 18)
JPATH_SITE = JPATH_ROOT
(line 19)
JPATH_THEMES = JPATH_BASE.'/templates'
(line 25)