mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@885 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cbdbfddb54
commit
e30a1d8b0e
11 changed files with 103 additions and 9 deletions
|
|
@ -52,7 +52,7 @@
|
|||
if($mid) {
|
||||
// 회원 정보 보기
|
||||
$menu_str = Context::getLang('cmd_view_member_info');
|
||||
$menu_url = sprintf('./?mid=%s&act=dispSignUpForm&member_srl=%s', $mid, $member_srl);
|
||||
$menu_url = sprintf('./?mid=%s&act=dispMemberInfo&member_srl=%s', $mid, $member_srl);
|
||||
$menu_list[] = sprintf('%s,move_url(\'%s\')', $menu_str, $menu_url);
|
||||
|
||||
// 아이디로 검색
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue