mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@768 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
80856481b3
commit
8860f8ed91
2 changed files with 7 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
$lang->cmd_logout = '로그아웃';
|
$lang->cmd_logout = '로그아웃';
|
||||||
$lang->cmd_signup = '가입';
|
$lang->cmd_signup = '가입';
|
||||||
$lang->cmd_modify_member_info = '회원정보 수정';
|
$lang->cmd_modify_member_info = '회원정보 수정';
|
||||||
|
$lang->cmd_view_member_info = '회원정보 보기';
|
||||||
$lang->cmd_leave = '탈퇴';
|
$lang->cmd_leave = '탈퇴';
|
||||||
$lang->cmd_move = '이동';
|
$lang->cmd_move = '이동';
|
||||||
$lang->cmd_move_up = '위로';
|
$lang->cmd_move_up = '위로';
|
||||||
|
|
|
||||||
|
|
@ -481,7 +481,13 @@
|
||||||
$user_name = $member_info->user_name;
|
$user_name = $member_info->user_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 게시판이나 블로그등일 경우는 특별 옵션 지정
|
||||||
if($mid) {
|
if($mid) {
|
||||||
|
// 회원 정보 보기
|
||||||
|
$info_list[] = sprintf('%s, %s', Context::getLang('cmd_view_member_info'), sprintf('./?mid=%s&act=dispSignUpForm&member_srl=%s', $mid, $member_srl));
|
||||||
|
|
||||||
|
// 아이디로 검색
|
||||||
$info_list[] = sprintf('%s, %s', Context::getLang('cmd_view_own_document'), sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $user_id));
|
$info_list[] = sprintf('%s, %s', Context::getLang('cmd_view_own_document'), sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $user_id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue