rhymix/modules/module/tpl/lang.html
khongchi 3581db5932 remove cdn feature
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13187 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-08 06:04:28 +00:00

15 lines
364 B
HTML

<load target="css/mlang.css" />
<div class="bd">
<div class="hx h2">
<h2>Select Your Language</h2>
</div>
<ul class="gn">
<!--@foreach($lang_supported as $key=>$val)-->
<!--@if($key != $lang_type)-->
<li><a href="{getUrl('act',$oldact,'l',$key)}">{$val}</a></li>
<!--@else-->
<li><strong>{$val}</strong></li>
<!--@end-->
<!--@end-->
</ul>
</div>