]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/smarty3/lang_selector.tpl
a1aee8277f86f77407b7e6b10a5428da47a7eb43
[friendica.git] / view / theme / smoothly / smarty3 / lang_selector.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="lang-select-icon" class="icon s22 language" title="{{$title}}" onclick="openClose('language-selector');" ></div>
7 <div id="language-selector" style="display: none;" >
8         <form action="#" method="post" >
9                 <select name="system_language" onchange="this.form.submit();" >
10                         {{foreach $langs.0 as $v=>$l}}
11                                 <option value="{{$v}}" {{if $v==$langs.1}}selected="selected"{{/if}}>{{$l}}</option>
12                         {{/foreach}}
13                 </select>
14         </form>
15 </div>