diff options
author | friendica <info@friendica.com> | 2012-04-26 15:35:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 15:35:25 -0700 |
commit | 2d94d216a3869827f890cbc2ca71f8b3d8ad935f (patch) | |
tree | 5a6a7df85b48f27ddefea6f0badc81fd13095221 /view/theme/dispy-dark/lang_selector.tpl | |
parent | f8e7f28f403336dc288ab53eba1834de26790598 (diff) | |
parent | 3ee998dbaf83e92dd1ceaee4d35ca942210c5e24 (diff) | |
download | volse-hubzilla-2d94d216a3869827f890cbc2ca71f8b3d8ad935f.tar.gz volse-hubzilla-2d94d216a3869827f890cbc2ca71f8b3d8ad935f.tar.bz2 volse-hubzilla-2d94d216a3869827f890cbc2ca71f8b3d8ad935f.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy-dark/lang_selector.tpl')
-rw-r--r-- | view/theme/dispy-dark/lang_selector.tpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/dispy-dark/lang_selector.tpl b/view/theme/dispy-dark/lang_selector.tpl deleted file mode 100644 index e777a0a86..000000000 --- a/view/theme/dispy-dark/lang_selector.tpl +++ /dev/null @@ -1,10 +0,0 @@ -<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();" > - {{ for $langs.0 as $v=>$l }} - <option value="$v" {{if $v==$langs.1}}selected="selected"{{endif}}>$l</option> - {{ endfor }} - </select> - </form> -</div> |