mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
remove ELEMENTS constant
This commit is contained in:
parent
c33fc1e003
commit
08316c5292
1 changed files with 0 additions and 7 deletions
|
@ -53,13 +53,6 @@ if (!defined('APP')) {
|
||||||
*/
|
*/
|
||||||
define('APPLIBS', APP.'Lib'.DS);
|
define('APPLIBS', APP.'Lib'.DS);
|
||||||
|
|
||||||
/**
|
|
||||||
* Path to the application's view's elements directory.
|
|
||||||
* It's supposed to hold pieces of PHP/HTML that are used on multiple pages
|
|
||||||
* and are not linked to a particular layout (like polls, footers and so on).
|
|
||||||
*/
|
|
||||||
define('ELEMENTS', VIEWS.'Elements'.DS);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Path to the configuration files directory.
|
* Path to the configuration files directory.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue