JPATH_ADMINISTRATOR = JPATH_ROOT.'/administrator'
(line 30)
JPATH_BASE = dirname(__FILE__)
(line 21)
Constant that defines the base path of the installed Joomla site.
JPATH_CACHE = JPATH_ROOT.'/cache'
(line 35)
JPATH_CONFIGURATION = JPATH_ROOT
(line 29)
JPATH_INSTALLATION = JPATH_ROOT.'/installation'
(line 33)
JPATH_LIBRARIES = JPATH_ROOT.'/libraries'
(line 31)
JPATH_MANIFESTS = JPATH_ADMINISTRATOR.'/manifests'
(line 36)
JPATH_PLUGINS = JPATH_ROOT.'/plugins'
(line 32)
JPATH_ROOT = implode(DIRECTORY_SEPARATOR,$parts)
(line 27)
JPATH_SITE = JPATH_ROOT
(line 28)
JPATH_THEMES = JPATH_BASE
(line 34)
_JEXEC = 1
(line 16)
Constant that is checked in included files to prevent direct access.