"{$ROOT_DIR}/public", // Template file path 'view_path' => "{$APP_DIR}/views", // Cache paths 'data_cache_path' => "{$APP_DIR}/cache", 'img_cache_path' => "{$ROOT_DIR}/public/images", // Included config files 'menus' => require 'menus.php', 'routes' => require 'routes.php', ];