mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* remember installation language on first step (welcome)
This commit is contained in:
@@ -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)
|
||||
));
|
||||
}
|
||||
?>
|
||||
}
|
Reference in New Issue
Block a user