mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix missing highlight on current language
This commit is contained in:
parent
bd4be54e97
commit
bcc18731b1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<ul id="language" class="enfont">
|
||||
<li loop="$lang_supported=>$key,$val">
|
||||
<i cond="$l==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
||||
<a href="{getUrl('l', $key)}" cond="$l!=$key">{$val}</a>
|
||||
<strong cond="$l==$key">{$val}</strong>
|
||||
<i cond="$lang_type==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
||||
<a href="{getUrl('l', $key)}" cond="$lang_type!=$key">{$val}</a>
|
||||
<strong cond="$lang_type==$key">{$val}</strong>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue