Move templates folder to default.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-01-27 14:14:01 -06:00
parent bf0341d900
commit 9a31749357
85 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ class App extends \Azura\App
}
$settings[Settings::TEMP_DIR] = dirname($settings[Settings::BASE_DIR]) . '/www_tmp';
$settings[Settings::VIEWS_DIR] = $settings[Settings::BASE_DIR] . '/resources/templates';
// Define the "helper" constants used by AzuraCast.
define('APP_IS_COMMAND_LINE', PHP_SAPI === 'cli');