git-svn-id: http://xe-core.googlecode.com/svn/trunk@938 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 11:13:13 +00:00
parent b537875f0e
commit 8c9bb31351
7 changed files with 58 additions and 11 deletions

View file

@ -86,6 +86,13 @@
// 메뉴에 새로 만든 쪽지 발송 메뉴를 추가
$menu_list .= sprintf("\n%s,popopen('%s','sendMessage')", $menu_str, $menu_link);
// 5. 친구 등록 메뉴를 만듬
$menu_str = Context::getLang('cmd_add_friend');
$menu_link = sprintf('./?module=member&act=dispMemberAddFriend&target_srl=%s',$member_srl);
// 메뉴에 새로 만든 쪽지 발송 메뉴를 추가
$menu_list .= sprintf("\n%s,popopen('%s','addFriend')", $menu_str, $menu_link);
}
// 템플릿에 적용되게 하기 위해 module의 variables에 재등록