mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
#234. 쪽지함 보기 선택시 쪽지함 박스가 초기화 되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2779 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
169f27f9f4
commit
64cb1639cd
3 changed files with 3 additions and 3 deletions
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
// 4. 자신의 쪽지함 보기 기능 추가
|
||||
$menu_str = Context::getLang('cmd_view_message_box');
|
||||
$menu_link = "current_url.setQuery('act','dispMemberMessages')";
|
||||
$menu_link = "current_url.setQuery('act','dispMemberMessages').setQuery('message_type','')";
|
||||
$menu_list .= sprintf("\n%s,%s,move_url(%s,'Y')", Context::getRequestUri().'/modules/member/tpl/images/icon_message_box.gif', $menu_str, $menu_link);
|
||||
|
||||
// 5. 친구 목록 보기
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue