mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove LAYOUTS constant
This commit is contained in:
parent
e63f0aa28f
commit
c33fc1e003
1 changed files with 0 additions and 5 deletions
|
@ -53,11 +53,6 @@ if (!defined('APP')) {
|
||||||
*/
|
*/
|
||||||
define('APPLIBS', APP.'Lib'.DS);
|
define('APPLIBS', APP.'Lib'.DS);
|
||||||
|
|
||||||
/**
|
|
||||||
* Path to the application's view's layouts directory.
|
|
||||||
*/
|
|
||||||
define('LAYOUTS', VIEWS.'Layouts'.DS);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Path to the application's view's elements directory.
|
* Path to the application's view's elements directory.
|
||||||
* It's supposed to hold pieces of PHP/HTML that are used on multiple pages
|
* It's supposed to hold pieces of PHP/HTML that are used on multiple pages
|
||||||
|
|
Loading…
Reference in a new issue