mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
11 lines
324 B
Smarty
Executable file
11 lines
324 B
Smarty
Executable file
<h1>{{$title}}</h1>
|
|
<br />
|
|
<div id="language-selector" >
|
|
<form action="#" method="post" >
|
|
<select name="system_language" onchange="this.form.submit();" >
|
|
{{foreach $langs.0 as $v=>$l}}
|
|
<option value="{{$v}}" {{if $v==$langs.1}}selected="selected"{{/if}}>{{$l}}</option>
|
|
{{/foreach}}
|
|
</select>
|
|
</form>
|
|
</div>
|