diff options
Diffstat (limited to 'view/tpl/smarty3/lang_selector.tpl')
-rw-r--r-- | view/tpl/smarty3/lang_selector.tpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/view/tpl/smarty3/lang_selector.tpl b/view/tpl/smarty3/lang_selector.tpl deleted file mode 100644 index a1aee8277..000000000 --- a/view/tpl/smarty3/lang_selector.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<div id="lang-select-icon" class="icon s22 language" title="{{$title}}" onclick="openClose('language-selector');" ></div> -<div id="language-selector" style="display: none;" > - <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> |