mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1ae8dd523c
commit
6a37b0cf40
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
$menu_list[] = sprintf('%s,%s,move_url(\'%s\')', Context::getRequestUri().'/modules/member/tpl/images/icon_view_info.gif', $menu_str, $menu_url);
|
||||
|
||||
// 게시판이나 블로그등일 경우는 특별 옵션 지정
|
||||
if($mid) {
|
||||
if($mid && strpos('Member', Context::get('act')<1)) {
|
||||
// 아이디로 검색
|
||||
$menu_str = Context::getLang('cmd_view_own_document');
|
||||
$menu_url = sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $user_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue