From 4ed6d488ca74d7fc9b78c521fbf238254e9e38cf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 26 Jul 2011 15:29:38 -0500 Subject: [PATCH] Added SYS_VIEW_PATH constant. --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index 42cb6754..70cfc3cf 100644 --- a/public/index.php +++ b/public/index.php @@ -22,6 +22,7 @@ define('PACKAGE_PATH', APP_PATH.'packages/'); define('PUBLIC_PATH', realpath(__DIR__.'/')); define('ROUTE_PATH', APP_PATH.'routes/'); +define('SYS_VIEW_PATH', SYS_PATH.'views/'); define('VIEW_PATH', APP_PATH.'views/'); // --------------------------------------------------------------