1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Updated platforms

This commit is contained in:
Eldad Fux 2020-02-08 21:55:48 +02:00
parent bb26e60d0d
commit 95f6e9b3a6

View file

@ -17,7 +17,7 @@ if(!empty($platforms)) {
return [
'key' => $platform['key'],
'name' => $platform['name'],
'langauges' => array_map(function($language) {
'languages' => array_map(function($language) {
return [
'key' => $language['key'],
'name' => $language['name'],
@ -27,8 +27,7 @@ if(!empty($platforms)) {
}, $platforms);
}
?>
<!DOCTYPE html><!--
?><!DOCTYPE html><!--
<?php echo Locale::getText('settings.inspire'); ?>
--><html lang="<?php echo Locale::getText('settings.locale'); ?>" class="<?php echo $this->getParam('class', 'none'); ?> <?php echo $env; ?>">