rhymix/modules/module/tpl/lang.html
ChanMyeong 47546aa535 mobile language select update
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7629 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-08-19 07:13:50 +00:00

15 lines
379 B
HTML

<!--%import("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>