diff options
author | friendica <info@friendica.com> | 2013-12-04 17:36:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-04 17:36:53 -0800 |
commit | 307fcac86d8b6627389bdfaae048bcb24e146c72 (patch) | |
tree | cda373ac38bf393166a049798d8b9fe2c1c1d3e9 /view/tpl/lang_selector.tpl | |
parent | f9c5cde38bebdc93b24f0b47b0db1348ebbe5834 (diff) | |
download | volse-hubzilla-307fcac86d8b6627389bdfaae048bcb24e146c72.tar.gz volse-hubzilla-307fcac86d8b6627389bdfaae048bcb24e146c72.tar.bz2 volse-hubzilla-307fcac86d8b6627389bdfaae048bcb24e146c72.zip |
more icon updates
Diffstat (limited to 'view/tpl/lang_selector.tpl')
-rwxr-xr-x | view/tpl/lang_selector.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl index 945cbf51e..159eeea7e 100755 --- a/view/tpl/lang_selector.tpl +++ b/view/tpl/lang_selector.tpl @@ -1,4 +1,4 @@ -<div id="lang-select-icon" class="icon s22 language" title="{{$title}}" onclick="openClose('language-selector');" ></div> +<div id="lang-select-icon" title="{{$title}}" onclick="openClose('language-selector');" ><i class="icon-flag"></i></div> <div id="language-selector" style="display: none;" > <form action="#" method="post" > <select name="system_language" onchange="this.form.submit();" > |