'SCUMM', 'residual' => 'Residual', 'retro' => 'Retro' ]); define('DEFAULT_THEME', 'scumm'); /** * Smarty configuration. The Smarty team does not recommend putting any of the * directories used under the web server root. 'SMARTY_DIR_COMPILE' and * 'SMARTY_DIR_CACHE' must be writable by the web server (chown). */ define('SMARTY_DIR', DIR_BASE . '/vendor/smarty/smarty/libs/'); define('SMARTY_DIR_TEMPLATE', DIR_BASE . '/templates'); define('SMARTY_DIR_COMPILE', SMARTY_DIR_TEMPLATE . '/compiled'); define('SMARTY_DIR_CACHE', SMARTY_DIR . 'cache'); } } if (!defined('RELEASE')) { new Constants(); }