From c81d3a6e472c5fde179b54d5313c2fe2cf32521a Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 23 Dec 2018 23:09:32 +0300 Subject: [PATCH] Snippets: added new constant PATH['snippets'] --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 67bea6f6..5b6757d4 100755 --- a/index.php +++ b/index.php @@ -23,6 +23,7 @@ define('PATH', ['site' => ROOT_DIR . '/site', 'plugins' => ROOT_DIR . '/site/plugins', 'themes' => ROOT_DIR . '/site/themes', 'entries' => ROOT_DIR . '/site/entries', + 'snippets' => ROOT_DIR . '/site/snippets', 'config' => [ 'default' => ROOT_DIR . '/flextype/config', 'site' => ROOT_DIR . '/site/config'