remove LAYOUTS constant

This commit is contained in:
AD7six 2011-04-17 12:10:48 +02:00
parent e63f0aa28f
commit c33fc1e003

View file

@ -53,11 +53,6 @@ if (!defined('APP')) {
*/
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.
* It's supposed to hold pieces of PHP/HTML that are used on multiple pages