File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 39
39
40
40
define ('APP_NAME ' , 'Eventum ' );
41
41
define ('APP_DEFAULT_LOCALE ' , 'en_US ' );
42
- define ('APP_VAR_PATH ' , APP_PATH . '/var ' );
43
- define ('APP_INC_PATH ' , APP_PATH . '/lib/eventum ' );
44
- define ('APP_SETUP_FILE ' , APP_CONFIG_PATH . '/setup.php ' );
45
- define ('APP_TPL_PATH ' , APP_PATH . '/templates ' );
46
- define ('APP_TPL_COMPILE_PATH ' , APP_VAR_PATH . '/cache ' );
47
- define ('APP_LOG_PATH ' , APP_VAR_PATH . '/log ' );
48
- define ('APP_ERROR_LOG ' , APP_LOG_PATH . '/errors.log ' );
49
- define ('APP_LOCKS_PATH ' , APP_VAR_PATH . '/lock ' );
50
42
define ('APP_LOCAL_PATH ' , APP_CONFIG_PATH );
51
43
define ('APP_RELATIVE_URL ' , '../ ' );
52
44
define ('APP_SITE_NAME ' , 'Eventum ' );
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ protected function prepareTemplate()
77
77
'php_version ' => phpversion (),
78
78
'template_id ' => 'setup ' ,
79
79
],
80
+ 'userstyle ' => '' ,
81
+ 'userscript ' => '' ,
80
82
'is_secure ' => $ request ->isSecure (),
81
83
'zones ' => Date_Helper::getTimezoneList (),
82
84
'default_timezone ' => $ this ->getTimezone (),
You can’t perform that action at this time.
0 commit comments