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

This commit is contained in:
zero 2007-04-03 10:41:01 +00:00
parent 9ec9da8963
commit 185992e125
5 changed files with 0 additions and 42 deletions

View file

@ -86,13 +86,6 @@
// 메뉴에 새로 만든 쪽지 발송 메뉴를 추가
$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_member_srl=%s',$member_srl);
// 메뉴에 새로 만든 친구 등록 메뉴 추가
$menu_list .= sprintf("\n%s,popopen('%s','addFriend')", $menu_str, $menu_link);
}
// 템플릿에 적용되게 하기 위해 module의 variables에 재등록