Allow ASSETS_PATH to be overridden like ASSETS_PATH (via jthomerson)

This commit is contained in:
Sean Harvey 2013-11-01 11:25:19 +13:00
parent fbf64c8c48
commit 07b15db3eb

View File

@ -207,7 +207,9 @@ define('THIRDPARTY_PATH', BASE_PATH . '/' . THIRDPARTY_DIR);
if(!defined('ASSETS_DIR')) {
define('ASSETS_DIR', 'assets');
}
define('ASSETS_PATH', BASE_PATH . '/' . ASSETS_DIR);
if(!defined('ASSETS_PATH')) {
define('ASSETS_PATH', BASE_PATH . '/' . ASSETS_DIR);
}
///////////////////////////////////////////////////////////////////////////////
// INCLUDES