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

This commit is contained in:
zero 2007-04-02 06:21:47 +00:00
parent e30a1d8b0e
commit 9e573df09a
6 changed files with 17 additions and 20 deletions

View file

@ -37,7 +37,7 @@
$menu_link = sprintf('./?module=message&act=dispSendMessage&target_member_srl=%s',$member_srl);
// 메뉴에 새로 만든 쪽지 발송 메뉴를 추가
$menu_list .= sprintf("\n%s,%s", $menu_str, $menu_link);
$menu_list .= sprintf("\n%s,popopen('%s','sendMessage')", $menu_str, $menu_link);
// 템플릿에 적용되게 하기 위해 module의 variables에 재등록
$this->add('menu_list', $menu_list);