X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=initialize.php;h=c1a8437a035ed675a9665b8d63054277c4667627;hb=f58cc6f6d6403f4eb01e4f6dfa4058afc927970c;hp=29425c074e25e07df6a0de03ac8952075986c8cf;hpb=75eff172d58ac5b4f017434743f8f8d5d8fd1554;p=timetracker.git diff --git a/initialize.php b/initialize.php index 29425c07..c1a8437a 100644 --- a/initialize.php +++ b/initialize.php @@ -74,7 +74,6 @@ $smarty = new Smarty; $smarty->use_sub_dirs = false; $smarty->template_dir = TEMPLATE_DIR; $smarty->compile_dir = TEMPLATE_DIR.'_c'; -$GLOBALS['SMARTY'] = &$smarty; // Note: these 3 settings below used to be in .htaccess file. Moved them here to eliminate "error 500" problems // with some shared hostings that do not have AllowOverride Options or AllowOverride All in their apache configurations. @@ -197,7 +196,6 @@ if (!$lang) { // Load i18n file. $i18n->load($lang); -$GLOBALS['I18N'] = &$i18n; // Assign things for smarty to use in template files. $smarty->assign('i18n', $i18n->keys);