From c5a54845682332879cb14ce7baed2364eee0efd5 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 22 Dec 2018 13:49:12 +0300 Subject: [PATCH] Infrastructure changes: use entity name Entries/Entry instead of entity name Pages/Page --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9b3c7dae..67bea6f6 100755 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd())); define('PATH', ['site' => ROOT_DIR . '/site', 'plugins' => ROOT_DIR . '/site/plugins', 'themes' => ROOT_DIR . '/site/themes', - 'pages' => ROOT_DIR . '/site/pages', + 'entries' => ROOT_DIR . '/site/entries', 'config' => [ 'default' => ROOT_DIR . '/flextype/config', 'site' => ROOT_DIR . '/site/config'