aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/lang_selector.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/lang_selector.tpl')
-rwxr-xr-xview/tpl/lang_selector.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl
deleted file mode 100755
index 1324442f3..000000000
--- a/view/tpl/lang_selector.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="generic-content-wrapper-styled">
-<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>
-</div>