mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Do not display language option when there is no option.
This commit is contained in:
parent
b617da268d
commit
4c4f7b782e
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
</nav>
|
||||
<!--// Footer Menu -->
|
||||
<!-- Language -->
|
||||
<div class="layout_language" cond="count($lang_supported) > 0">
|
||||
<div class="layout_language" cond="count($lang_supported) > 1">
|
||||
<button type="button" class="toggle">Language: {$lang_supported[$lang_type]}</button>
|
||||
<ul class="selectLang">
|
||||
<li loop="$lang_supported=>$key,$val" cond="$key!= $lang_type"><button type="button" onclick="doChangeLangType('{$key}');return false;">{$val}</button></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue