@@ -15,20 +15,32 @@ The ExpressionEngine core defines a variety of constants to ensure consistency i
15
15
16
16
## Path Constants
17
17
18
- - ` SELF ` - Name of the bootstrap file
19
- - ` FCPATH ` - Path to the bootstrap file
18
+ - ` SELF ` - Name of the admin file
19
+ - Example: ` admin.php `
20
+ - ` FCPATH ` - Path to the admin file
21
+ - Example: ` /var/www/html/website.com/public/ `
20
22
- ` SYSDIR ` - Name of the system directory
23
+ - Example: ` system `
21
24
- ` SYSPATH ` - Path of the system directory
25
+ - Example: ` /var/www/html/website.com/system/ `
22
26
- ` APPPATH ` and ` BASEPATH ` - Path to the ` system/ee/legacy ` directory
27
+ - Example: ` /var/www/html/website.com/system/ee/legacy/ `
23
28
- ` PATH_ADDONS ` - Path to the first-party add-ons directory
29
+ - Example: ` /var/www/html/website.com/system/ee/ExpressionEngine/Addons/ `
24
30
- ` PATH_THEMES ` - Path to the themes directory
25
- - ` PATH_RTE ` - Path to the first party RTE tools directory
31
+ - Example: ` /var/www/html/website.com/public/themes/ee/ `
26
32
- ` PATH_MBR_THEMES ` - Path to the member themes directory
33
+ - Example: ` /var/www/html/website.com/public/themes/ee/member/ `
27
34
- ` PATH_CP_GBL_IMG ` - Path to the global image directory
35
+ - Example: ` https://website.com/themes/ee/asset/img/ `
28
36
- ` PATH_JAVASCRIPT ` - Path to the javascript directory
37
+ - Example: ` /var/www/html/website.com/public/themes/ee/asset/javascript/compressed/ `
29
38
- ` PATH_JQUERY ` - Path to the jQuery directory
39
+ - Example: ` /var/www/html/website.com/public/themes/ee/asset/javascript/compressed/jquery/ `
30
40
- ` PATH_THIRD ` - Path to third-party add-ons directory
41
+ - Example: ` /var/www/html/website.com/system/user/addons/ `
31
42
- ` PATH_THIRD_THEMES ` - Path to the third-party themes directory
43
+ - Example: ` /var/www/html/website.com/public/themes/user/ `
32
44
33
45
## Version Constants
34
46
0 commit comments