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