mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
* Fix XEtown URL XETOWN 주소가 변경된 것을 반영합니다. - rhymix#1315 - https://xetown.com/topics/1417299 `찌릿찌릿` 해진 커밋 올립니다. @Lastorder-DC 님 감사합니다. Co-authored-by: Lastorder <18280396+Lastorder-DC@users.noreply.github.com>
14 lines
715 B
HTML
14 lines
715 B
HTML
<ul id="language" class="enfont">
|
|
<li loop="$lang_supported=>$key,$val">
|
|
<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">
|
|
Rhymix is a fork of the <a href="https://www.xpressengine.com" target="_blank">XpressEngine</a> CMS<br />
|
|
with additional patches by members of the <a href="https://xetown.com" target="_blank">XETOWN</a> community.<br />
|
|
Please see our <a href="https://github.com/rhymix/rhymix" target="_blank">GitHub repository</a> for a full timeline of patches and their authors.
|
|
</div>
|
|
|
|
</div>
|