rhymix/modules/install/tpl/footer.html
2016-02-08 16:31:10 +09:00

14 lines
719 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://www.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>