rhymix/modules/install/tpl/footer.html
Min-Soo Kim 9b95ae0134
Fix XEtown URL (#1317)
* Fix XEtown URL

XETOWN 주소가 변경된 것을 반영합니다.

- rhymix#1315
- https://xetown.com/topics/1417299

`찌릿찌릿` 해진 커밋 올립니다. @Lastorder-DC 님 감사합니다.

Co-authored-by: Lastorder <18280396+Lastorder-DC@users.noreply.github.com>
2020-06-14 21:32:08 +09:00

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>