1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-11 07:34:36 +02:00

#431 general structure changes

This commit is contained in:
Awilum
2018-02-28 15:45:05 +03:00
parent 9ca91aa2ce
commit a616757ee0
10 changed files with 22 additions and 46 deletions

View File

@@ -12,11 +12,11 @@
// Define the path to the root directory (without trailing slash).
define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
// Define the path to the storage directory (without trailing slash).
define('SITE_PATH', ROOT_DIR . '/site');
// Define the path to the site directory (without trailing slash).
define('SITE_PATH', ROOT_DIR . '/site-katerinasitnikova');
// Define the path to the storage directory (without trailing slash).
define('STORAGE_PATH', SITE_PATH . '/storage');
// Define the path to the content directory (without trailing slash).
define('CONTENT_PATH', SITE_PATH . '/content');
// Define the path to the themes directory (without trailing slash).
define('THEMES_PATH', SITE_PATH . '/themes');
@@ -29,6 +29,3 @@ define('CONFIG_PATH', SITE_PATH . '/config');
// Define the path to the cache directory (without trailing slash).
define('CACHE_PATH', SITE_PATH . '/cache');
// Define the path to the cache directory (without trailing slash).
define('ACCOUNTS_PATH', SITE_PATH . '/cache');