mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
issue 353 fixed mobile system message login
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9529 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c585c32c0
commit
20d1bd80ee
3 changed files with 8 additions and 2 deletions
|
|
@ -36,4 +36,7 @@
|
|||
<div class="logOut" cond="$is_logged && $module == 'admin'">
|
||||
<span class="buttonAccount"><a href="{getUrl('act','dispMemberLogout','module','')}">{$lang->cmd_logout}</a></span>
|
||||
</div>
|
||||
<div class="logOut" cond="!$is_logged && $module != 'admin'">
|
||||
<span class="buttonAccount"><a href="{getUrl('act','dispMemberLoginForm','module','', 'mid', '')}">{$lang->cmd_login}</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue