mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39: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
|
|
@ -481,7 +481,13 @@
|
|||
$user_name = $member_info->user_name;
|
||||
}
|
||||
|
||||
|
||||
// 게시판이나 블로그등일 경우는 특별 옵션 지정
|
||||
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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue