Issue 2241: added language selector to the admin wizard

This commit is contained in:
Tobias Diekershoff 2016-04-06 20:13:34 +02:00 committed by Roland Haeder
parent b43638f8ee
commit fe97315acb
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
3 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,10 @@ $a->path = '{{$urlpath}}';
$default_timezone = '{{$timezone}}';
// Default system language
$a->config['system']['language'] = '{{$language}}';
// What is your site name?
$a->config['sitename'] = "My Friend Network";

View file

@ -19,6 +19,7 @@
{{include file="field_input.tpl" field=$adminmail}}
{{$timezone}}
{{include file="field_select.tpl" field=$language}}
<input id="install-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />