mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
If the site does not use multilingual function, hide language select items on MOBILE layout.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12669 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c598d7c99b
commit
89de49f450
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<li><a href="{getUrl('act','dispMemberLoginForm')}" >{$lang->cmd_login}...</a></li>
|
||||
<!--@end-->
|
||||
<li><a href="{getUrl('m',0)}">PC</a></li>
|
||||
<li class="lang off">
|
||||
<li class="lang off" cond="count($lang_supported)>1">
|
||||
<a href="#" onclick="return false;" title="{$lang_type}">{$lang_supported[$lang_type]} <i class="icon_arr_draw"></i></a>
|
||||
<ul class="lang_lst">
|
||||
<!--@foreach($lang_supported as $key=>$val)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue