diff --git a/install/steps/1-welcome.php b/install/steps/1-welcome.php index d54ff220..76a25148 100644 --- a/install/steps/1-welcome.php +++ b/install/steps/1-welcome.php @@ -18,10 +18,11 @@ else { $locales[] = array('id' => $tmp_locale, 'name' => $locale['name']); } } + $twig->display('install.welcome.html.twig', array( 'locales' => $locales, 'locale' => $locale, + 'cookie_locale' => @$_COOKIE['locale'], 'buttons' => next_buttons(false, true) )); -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/system/templates/install.welcome.html.twig b/system/templates/install.welcome.html.twig index a64f2635..9fb24a1c 100644 --- a/system/templates/install.welcome.html.twig +++ b/system/templates/install.welcome.html.twig @@ -3,7 +3,7 @@

{{ locale.step_welcome_desc }}